From: Luke Kenneth Casson Leighton Date: Sat, 25 Sep 2021 17:53:23 +0000 (+0100) Subject: whoops missed one function which should be a yield (of nothing) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe1c48743229c96fb21dc14c417b29b7ae70471d;p=soc.git whoops missed one function which should be a yield (of nothing) --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index ee880352..223d9478 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -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