projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8032b9
)
typo fix, add missing stop statement to _test_loadstore1_ifetch_multi()
author
Tobias Platen
<tplaten@posteo.de>
Sat, 11 Dec 2021 16:14:25 +0000
(17:14 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Sat, 11 Dec 2021 16:14:25 +0000
(17:14 +0100)
src/soc/experiment/test/test_loadstore1.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/test/test_loadstore1.py
b/src/soc/experiment/test/test_loadstore1.py
index 251e3d9b09f35d24cab4690d8ee484b37dff8f1e..cb613d1048280b684f2257f584b99fbf0bf12978 100644
(file)
--- a/
src/soc/experiment/test/test_loadstore1.py
+++ b/
src/soc/experiment/test/test_loadstore1.py
@@
-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(addr
s
))
+ 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