From 3f2a2628a6721a718ee01b9c2c27bff55feb3176 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 24 Jul 2020 14:29:13 +0100 Subject: [PATCH] whoops spelling --- src/soc/fu/div/test/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2