revert accidential delete in test_pi2ls.py causing tests to break
authorTobias Platen <tplaten@posteo.de>
Wed, 21 Jul 2021 19:04:24 +0000 (21:04 +0200)
committerTobias Platen <tplaten@posteo.de>
Wed, 21 Jul 2021 19:04:24 +0000 (21:04 +0200)
src/soc/config/test/test_pi2ls.py

index 4bdd11844c7d98e0f267b6453884125bec6c2482..149d3bb7cbf3abf2876e445198e6b314e9b0b257 100644 (file)
@@ -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):