From: Luke Kenneth Casson Leighton Date: Fri, 24 Jul 2020 13:29:13 +0000 (+0100) Subject: whoops spelling X-Git-Tag: semi_working_ecp5~571 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f2a2628a6721a718ee01b9c2c27bff55feb3176;p=soc.git whoops spelling --- diff --git a/src/soc/fu/div/test/runner.py b/src/soc/fu/div/test/runner.py index 6ce4c7a9..e822e41c 100644 --- a/src/soc/fu/div/test/runner.py +++ b/src/soc/fu/div/test/runner.py @@ -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)