whoops spelling
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 Jul 2020 13:29:13 +0000 (14:29 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 Jul 2020 13:29:13 +0000 (14:29 +0100)
src/soc/fu/div/test/runner.py

index 6ce4c7a9189bb86893045a47e1f11eee5eec77d4..e822e41cb590b6d7379626c49b23126dfc090a0c 100644 (file)
@@ -188,7 +188,7 @@ class DivRunner(unittest.TestCase):
                         # TODO: raise bugreport with whitequark
                         # requesting a public API to access this "officially"
                         # XXX print("time:", sim._state.timeline.now)
-                        msg = "%s: %s" % (self.div_pipe_kind.name, core)
+                        msg = "%s: %s" % (self.div_pipe_kind.name, code)
                         msg += " %s" % (repr(prog.assembly))
                         yield from self.check_alu_outputs(alu, pdecode2,
                                                           isa_sim, msg)