Skip to content

Commit

Permalink
Fix CCC unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Czyz <[email protected]>
  • Loading branch information
mczyz-antmicro committed Dec 19, 2024
1 parent 78f2b79 commit a0f7abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verification/cocotb/block/ccc/test_ccc.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ async def get_status(dut):

# RS
await ClockCycles(dut.clk_i, 5)
await cycle(dut.clk_i, dut.bus_start_det_i)
await cycle(dut.clk_i, dut.bus_rstart_det_i)

# Target Address
await rx_byte(dut, 0x5B)

# ACK
await tx_bit(dut)

# BCR
# RX Bytes
last_byte = False
status = []
while not last_byte:
Expand Down

0 comments on commit a0f7abf

Please sign in to comment.