[Libre-soc-bugs] [Bug 683] possible precedence error in divw XLEN

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Sep 3 08:47:03 BST 2021


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

--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
    concat(1, repeat=XLEN) // 2) | eq(divisor, concat(0, repeat=XLEN) // 2):

yes, it's definitely producing concat(1, repeat=XLEN)/2

rather than the correct

   concat(1, repeat=XLEN/2)

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


More information about the libre-soc-bugs mailing list