mirror of
https://github.com/alexforencich/verilog-axi.git
synced 2025-01-28 07:02:56 +08:00
Use correct wait
This commit is contained in:
parent
787f198970
commit
199a5544ca
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user