ordering of tests for OP_ATTN needed shuffling. seems to be working
[soc.git] / src / soc / simple / test / test_core.py
index 6944554807b18e7aa5a2afb6ed37018798d1ccfb..a341cfe5fdbf5ab1940e81b63a8434a3f91d0f9e 100644 (file)
@@ -136,7 +136,7 @@ def wait_for_busy_hi(cu):
         if busy_o or terminated_o:
             print("busy/terminated:", busy_o, terminated_o)
             break
-        print("!busy",)
+        print("!busy", busy_o, terminated_o)
         yield
 
 def set_issue(core, dec2, sim):