big rename, global/search/replace of ready_o with o_ready and the other
[soc.git] / src / soc / scoreboard / test_iq.py
index fb67d263c47f58372fe6b8bab05e923abce64c6c..acd1b7afa1f8edabfc03e44bc20dc7297dc53412 100644 (file)
@@ -34,10 +34,10 @@ class IQSim:
                 self.oq.append(di)
             yield self.dut.p_add_i.eq(sendlen)
             yield
-            o_p_ready = yield self.dut.p_ready_o
+            o_p_ready = yield self.dut.p_o_ready
             while not o_p_ready:
                 yield
-                o_p_ready = yield self.dut.p_ready_o
+                o_p_ready = yield self.dut.p_o_ready
 
             yield self.dut.p_add_i.eq(0)