From 330366205a054f130f86edacd6e1f1c1675e4725 Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Wed, 21 Jul 2021 21:04:24 +0200 Subject: [PATCH] revert accidential delete in test_pi2ls.py causing tests to break --- src/soc/config/test/test_pi2ls.py | 6 ++++++ 1 file changed, 6 insertions(+) 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): -- 2.30.2