whoops missed one function which should be a yield (of nothing)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Sep 2021 17:53:23 +0000 (18:53 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Oct 2021 13:30:34 +0000 (14:30 +0100)
src/soc/simple/test/test_runner.py

index ee880352ffbf1567890e68036a334b56f0eba31c..223d947864b350767e2d112dae46736b6844d0e9 100644 (file)
@@ -134,6 +134,8 @@ class SimRunner(StateRunner):
 
     def prepare_for_test(self, test):
         self.test = test
+        if False:
+            yield
 
     def run_test(self, instructions, gen, insncode):
         """run_sim_state - runs an ISACaller simulation