Use correct wait

This commit is contained in:
Alex Forencich 2019-02-01 17:28:22 -08:00
parent 787f198970
commit 199a5544ca

View File

@ -403,7 +403,7 @@ def bench():
axil_b_master_inst.init_write(k*256, b'\x11\x22\x33\x44')
axil_b_master_inst.init_read(k*256, 4)
yield wait()
yield wait_normal()
for k in range(10):
axil_a_master_inst.get_read_data()