[Libre-soc-bugs] [Bug 458] PartitionedSignal needs nmigen constructs "m.If", Switch etc

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Sep 27 20:55:37 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=458

--- Comment #14 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
to explain the branches:

* libresoc-nmigen-fork is a *target* branch, automatically updated by
  a script
* libresoc-merger - the script for performing the merge is called
  ./branch_merger.sh and should be run for maintenance / releases /
  dev-releases / by developers.
  (TODO: update it as needed, to be more useful, including adding
   git pulls / git pushes)
* libresoc-partsig - the branch related to PartitionedSignal.
* display-patch - a useful patch for getting $display support in nmigen
  (which hasn't been added yet)

the process is therefore:

* git checkout libresoc-partsig
* {do whatever}
* {commit whatever}
* git push libresoc which assumes this section in .git/config:
   [remote "libresoc"]
       url = gitolite3 at git.libre-soc.org:nmigen.git
       fetch = +refs/heads/*:refs/remotes/origin/*
* git checkout libresoc-merger
  ./branch_merger.sh
* git push libresoc

then back to libresoc-partsig to continue working.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list