pi_ld busy waiting fix
[soc.git] / src / soc / config / test / test_pi2ls.py
index eea6532664689c0321390371ddc0a9f6a1571c1d..c8a4b39ad4d6122e37a7ae4d1954df1ec27ea41a 100644 (file)
@@ -99,7 +99,7 @@ def pi_ld(port1, addr, datalen, msr_pr=0):
     if exc_happened:
         return 0
 
-    yield from wait_busy(port1, no=False)    # wait while not busy
+    yield from wait_busy(port1, no=True)    # wait while busy
 
     return data