[Libre-soc-bugs] [Bug 176] partitioned dynamic bool/all/any/xor operators
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Dec 28 01:12:52 GMT 2020
https://bugs.libre-soc.org/show_bug.cgi?id=176
--- Comment #5 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
ah i just realised, the all() operator is equivalent to "is a ==
0b111111111111111111"
and the some() operator is equivalent to "is b != 0b0000000000"
so in PartSig these can be done using PertitionedEqGtLt() with constants in b
this just leaves the xor() operator
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list