From: Luke Kenneth Casson Leighton Date: Mon, 22 Nov 2021 11:59:19 +0000 (+0000) Subject: whoops accidentally committed commented-out test for overlap X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e561843572b6927f4f60e3e4912154ff180b562a;p=soc.git whoops accidentally committed commented-out test for overlap in test_runner.py --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 03d4fe96..eabff585 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -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