[Libre-soc-bugs] [Bug 545] Some errors and failures when running tests, with recent nMigen

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Dec 12 22:39:00 GMT 2020


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

--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Cesar Strauss from comment #3)

>     assert key < self.bits, "key %d accessing %d" % (key, self.bits)
> AssertionError: key 128 accessing 64

yes, that's the one that's a bug in ISACaller, not the hardware.  50% of
tests try to do a key that is too large.  sigh.

so just keep repeating the test until the random input is below the point where
the output causes this error, for now.

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


More information about the libre-soc-bugs mailing list