whoops accidentally committed commented-out test for overlap
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Nov 2021 11:59:19 +0000 (11:59 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Nov 2021 11:59:19 +0000 (11:59 +0000)
in test_runner.py

src/soc/simple/test/test_runner.py

index 03d4fe96197706bd8c52b9fc28d3cd8952dc05cf..eabff5857b17a4268a47beb377b5806ac5168beb 100644 (file)
@@ -216,8 +216,8 @@ class HDLRunner(StateRunner):
 
             # okaaay long story: in overlap mode, PC is updated one cycle
             # late.
-            #if self.dut.allow_overlap:
-            yield
+            if self.dut.allow_overlap:
+                yield
             yield Settle()
 
             index = (yield self.issuer.cur_state.pc) // 4