From: Luke Kenneth Casson Leighton Date: Thu, 23 Sep 2021 22:47:32 +0000 (+0100) Subject: add in a stack of comments for identifying match-points with StateRunner X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0512df768fec45afe10a553b0f7564ae50db3f8;p=soc.git add in a stack of comments for identifying match-points with StateRunner --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 69b1ccfc..99ca54c3 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -290,6 +290,9 @@ class TestRunner(FHDLTestCase): svp64=self.svp64, mmu=self.microwatt_mmu, reg_wid=64) + + ###### SETUP PHASE ####### + if self.run_hdl: #hard_reset = Signal(reset_less=True) issuer = TestIssuerInternal(pspec) @@ -319,6 +322,8 @@ class TestRunner(FHDLTestCase): def process(): + ###### PREPARATION PHASE AT START OF RUNNING ####### + if self.run_hdl: # start in stopped yield from set_dmi(dmi, DBGCore.CTRL, 1<