whoops broken run_sim_state function
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 22 Sep 2021 20:34:52 +0000 (21:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 22 Sep 2021 20:34:52 +0000 (21:34 +0100)
src/soc/simple/test/test_runner.py

index a25b442636b87ca55550951452a6726a3b26b158..d65b94ab3d4c9b0f440fe03393618d32fe30bd0d 100644 (file)
@@ -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