typo fix, add missing stop statement to _test_loadstore1_ifetch_multi()
authorTobias Platen <tplaten@posteo.de>
Sat, 11 Dec 2021 16:14:25 +0000 (17:14 +0100)
committerTobias Platen <tplaten@posteo.de>
Sat, 11 Dec 2021 16:14:25 +0000 (17:14 +0100)
src/soc/experiment/test/test_loadstore1.py

index 251e3d9b09f35d24cab4690d8ee484b37dff8f1e..cb613d1048280b684f2257f584b99fbf0bf12978 100644 (file)
@@ -192,12 +192,14 @@ def _test_loadstore1_ifetch_multi(dut, mem):
     # should cope with some addresses being invalid
     addrs = [0x10200,0x10204,10208,10200]
     for addr in addrs:
-        yield from debug(dut, "TODO_fetch_from "+hex(addrs))
+        yield from debug(dut, "TODO_fetch_from "+hex(addr))
         # use the new interface in this test
         yield
         yield
         yield
 
+    wbget.stop = True
+
 def _test_loadstore1_ifetch(dut, mem):
     """test_loadstore1_ifetch