[Libre-soc-bugs] [Bug 340] formal proof of POWER9 SHIFTROT pipeline needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Sep 5 00:47:33 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=340
--- Comment #27 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
def case_sld_rb_too_big(self):
lst = ["sld 3, 1, 4",
]
initial_regs = [0] * 32
initial_regs[1] = 0xffffffffffffffff
initial_regs[4] = 64 # too big, output should be zero
self.add_case(Program(lst, bigendian), initial_regs)
yep, output is zero.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list