projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2debd4a
)
revert accidential delete in test_pi2ls.py causing tests to break
author
Tobias Platen
<tplaten@posteo.de>
Wed, 21 Jul 2021 19:04:24 +0000
(21:04 +0200)
committer
Tobias Platen
<tplaten@posteo.de>
Wed, 21 Jul 2021 19:04:24 +0000
(21:04 +0200)
src/soc/config/test/test_pi2ls.py
patch
|
blob
|
history
diff --git
a/src/soc/config/test/test_pi2ls.py
b/src/soc/config/test/test_pi2ls.py
index 4bdd11844c7d98e0f267b6453884125bec6c2482..149d3bb7cbf3abf2876e445198e6b314e9b0b257 100644
(file)
--- a/
src/soc/config/test/test_pi2ls.py
+++ b/
src/soc/config/test/test_pi2ls.py
@@
-66,6
+66,12
@@
def pi_st(port1, addr, data, datalen, msr_pr=0):
yield port1.st.ok.eq(0)
yield from wait_busy(port1, True) # wait while busy
+ # can go straight to reset.
+ yield port1.is_st_i.eq(0) # end
+ yield port1.addr.ok.eq(0) # set !ok
+ yield port1.is_dcbz.eq(0) # reset dcbz too
+
+
# copy of pi_st
def pi_dcbz(port1, addr, msr_pr=0):