From: Tobias Platen Date: Wed, 21 Jul 2021 19:04:24 +0000 (+0200) Subject: revert accidential delete in test_pi2ls.py causing tests to break X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=330366205a054f130f86edacd6e1f1c1675e4725;p=soc.git revert accidential delete in test_pi2ls.py causing tests to break --- diff --git a/src/soc/config/test/test_pi2ls.py b/src/soc/config/test/test_pi2ls.py index 4bdd1184..149d3bb7 100644 --- 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):