[Libre-soc-bugs] [Bug 713] PartitionedSignal enhancement to add partition-context-aware lengths
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Oct 9 01:13:49 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=713
--- Comment #47 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
hit send too soon, doh.
from comment #34 the function at the end effectively does this (actuslly
this can be its unit test):
ppoints, pdict = layout(64, elwidth, ...)
for ew in range(4):
yield elwidth.eq(ew)
maskvals = yield Cat(ppoints.mask.values())
assert maskvals = pdict[ew]
this is quite crucial
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list