From: Luke Kenneth Casson Leighton Date: Sat, 25 Sep 2021 19:20:24 +0000 (+0100) Subject: comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9164afb920d9f0bc4d6542f9174cc0123ace092;p=soc.git comments --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index e4e109ec..32c19db5 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -381,6 +381,8 @@ class TestRunner(FHDLTestCase): simrun = SimRunner(self, m, pspec) # run core clock at same rate as test clock + # XXX this has to stay here! TODO, work out why, + # but Simulation-only fails without it intclk = ClockSignal("coresync") comb += intclk.eq(ClockSignal())