[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
Mon Oct 11 12:40:37 BST 2021


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

--- Comment #66 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
https://git.libre-soc.org/?p=ieee754fpu.git;a=commitdiff;h=48f1e8c97dd4adc9d9161e362f389fbf70506033

+    # fourth stage: determine which partitions are 100% unused.
+    # these can then be "blanked out"
+    bmask = (1<<len(plist))-1
+    for p in bitp.values():
+        bmask &= ~p

done, but ironically (because the elwidth=0b11 partition
is 4x24-bit) there *are* no unused portions in the
example.

next stage will be to add an example which does have
blank unused padding parts through all elwidths

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


More information about the libre-soc-bugs mailing list