[libre-riscv-dev] [Bug 272] functions needed in POWER simulator which match 3.0B spec
bugzilla-daemon at libre-riscv.org
bugzilla-daemon at libre-riscv.org
Tue Mar 31 14:06:57 BST 2020
http://bugs.libre-riscv.org/show_bug.cgi?id=272
--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
found some of the helpers, look great michael. i think i may just be able
to import them from helpers.py and, yes, assume they're globally imported.
should be fine.
btw some whitespace crept in again:
+
+ <
+ <
+ def assertHex(self, a, b):
+ msg = "{:x} != {:x}".format(a, b)
+ return self.assertEqual(a, b, msg)
+
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list