From: Luke Kenneth Casson Leighton Date: Tue, 30 Nov 2021 12:11:45 +0000 (+0000) Subject: allow busy to settle before checking state in test_core.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8904b06ec58a7ded9777698c10cb98d065f5ac69;p=soc.git allow busy to settle before checking state in test_core.py --- diff --git a/src/soc/simple/test/test_core.py b/src/soc/simple/test/test_core.py index cdc84482..43564ebe 100644 --- a/src/soc/simple/test/test_core.py +++ b/src/soc/simple/test/test_core.py @@ -323,6 +323,7 @@ class TestRunner(FHDLTestCase): # use issuer.any_busy to not send back "stopped" signal while (yield core.o.any_busy_o): yield + yield Settle() # register check yield from check_regs(self, sim, core, test, code)