[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
Sun Dec 6 01:06:06 GMT 2020
https://bugs.libre-soc.org/show_bug.cgi?id=458
--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
https://github.com/nmigen/nmigen/blob/59ef6e6a1c4e389a41148554f2dd492328820ecd/nmigen/hdl/dsl.py#L447
ah ha!
this is the location where the code-fragments for m.If/Elif/Else are
generated, and it should be really pretty straightforward to drop the
appropriate replacement (parallel, SIMD) statements in at this location, with a
replacement (override) of Module._pop_ctrl
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list