We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9ba24 commit eee9d92Copy full SHA for eee9d92
verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py
@@ -22,7 +22,7 @@
22
@cocotb.test()
23
@report_test
24
async def counter_wb(dut):
25
- caravelEnv = await test_configure(dut,timeout_cycles=1122620)
+ caravelEnv = await test_configure(dut,timeout_cycles=40534)
26
27
cocotb.log.info(f"[TEST] Start counter_wb test")
28
# wait for start of sending
0 commit comments