[Libre-soc-bugs] [Bug 709] PartitionedSignal eq needs to be more sophisticated
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Sep 27 13:20:56 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=709
--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
https://bugs.libre-soc.org/show_bug.cgi?id=458#c10
idea regarding assign, an override of __Assign__, with a private
"collection list" of predicated partition conditions, that comes through
from Switch.
if __Assign__ understands that, and only assigns things based on a Condition
in each partition, it makes Switch's job a lot easier.
if the Condition defaults to a Const 0b111111 but is
overridden if Switch tells it to change that, the complexity
of trying to use temporary Signals is gone.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list