Skip to content

Commit 27a590e

Browse files
ThomasLeykimphil
authored andcommitted
DEM UART: Increase number of test cycles
1 parent 8247689 commit 27a590e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/dem_uart/test/test_dem_uart_wb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _bus_to_di_rx(dut, num_transfers=500, max_delay=100):
150150
if not rx_packet.equal_to(dut, ex_packet, mask=None):
151151
raise TestFailure("Unexpected content of " + rx_packet.__str__() +
152152
"\n Expected " + ex_packet.__str__())
153-
153+
154154
yield RisingEdge(dut.clk)
155155

156156
@cocotb.test()
@@ -239,7 +239,7 @@ def test_both_directions(dut):
239239
Randomly alternate between read/write cycles on the WISHBONE bus
240240
"""
241241

242-
NUM_TRANSFERS = 1000
242+
NUM_TRANSFERS = 10000
243243
MAX_DELAY = 100
244244
RANDOM_DATA = True
245245

0 commit comments

Comments
 (0)