From: Luke Kenneth Casson Leighton Date: Sat, 25 Sep 2021 13:02:15 +0000 (+0100) Subject: add dummy call to simrun and end_test() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5187a33bdba8876c2210c284a5774444e1dcc8c;p=soc.git add dummy call to simrun and end_test() --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 31c6b7b4..c8c3e827 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -460,6 +460,9 @@ class TestRunner(FHDLTestCase): ###### END OF A TEST ####### # StateRunner.end_test() + if self.run_sim: + simrun.end_test() # TODO, some arguments? + if self.run_hdl: # stop at end yield from set_dmi(hdlrun.dmi, DBGCore.CTRL, 1<