From: Luke Kenneth Casson Leighton Date: Wed, 22 Sep 2021 20:34:52 +0000 (+0100) Subject: whoops broken run_sim_state function X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9dc87ae401b7396737edcc30c35a16f2c34e04e;p=soc.git whoops broken run_sim_state function --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index a25b4426..d65b94ab 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -211,7 +211,7 @@ def run_hdl_state(dut, test, issuer, pc_i, svstate_i, instructions): return hdl_states -def run_sim_state(dut, test, simdec2, instructions): +def run_sim_state(dut, test, simdec2, instructions, gen, insncode): """run_sim_state - runs an ISACaller simulation """ @@ -362,7 +362,8 @@ class TestRunner(FHDLTestCase): ########## sim_states = yield from run_sim_state(self, test, simdec2, - instructions) + instructions, gen, + insncode) ############### # 3. Compare