comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 25 Sep 2021 19:20:24 +0000 (20:20 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Oct 2021 13:30:35 +0000 (14:30 +0100)
src/soc/simple/test/test_runner.py

index e4e109ec3cdea9e1bc1c56a5facb0bd673c7ccda..32c19db5d119a93cf4a463be60c4dd0e1190e9b7 100644 (file)
@@ -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())