Skip to content

Commit 45f40ca

Browse files
kgugalarobertszczepanski
authored andcommitted
test_recovery: uncomment take_bus_control
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
1 parent d3abb98 commit 45f40ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verification/cocotb/top/lib_i3c_top/test_recovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5389,7 +5389,7 @@ async def test_ri_read_interrupted_by_ccc(dut):
53895389
# uncommented, the controller sends actual S + Addr+W + CMD + PEC + Sr, in that case
53905390
# the recovery_receiver enters Error state and keeps RX Queue in soft reset state
53915391
# which blocks it from receiving data sent to main target on I3C bus.
5392-
# await i3c_controller.take_bus_control()
5392+
await i3c_controller.take_bus_control()
53935393

53945394
# Start RI write phase: S + Addr+W (to virtual target)
53955395
await i3c_controller.send_start()

0 commit comments

Comments
 (0)