From bb9ba24aff86b2f2b8ae24645f29a74ae989e09c Mon Sep 17 00:00:00 2001 From: M0stafaRady Date: Sun, 19 May 2024 01:04:52 -0700 Subject: [PATCH 1/2] fix time ou test counter_wb --- verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py b/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py index f4539fe2c..baced8f6c 100644 --- a/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py +++ b/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py @@ -22,7 +22,7 @@ @cocotb.test() @report_test async def counter_wb(dut): - caravelEnv = await test_configure(dut,timeout_cycles=22620) + caravelEnv = await test_configure(dut,timeout_cycles=1122620) cocotb.log.info(f"[TEST] Start counter_wb test") # wait for start of sending From eee9d926f1e1b0bbf6adfbb1b6d57a94bd1a29da Mon Sep 17 00:00:00 2001 From: M0stafaRady Date: Sun, 19 May 2024 01:07:56 -0700 Subject: [PATCH 2/2] decrease the time out value --- verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py b/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py index baced8f6c..390ee89a1 100644 --- a/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py +++ b/verilog/dv/cocotb/user_proj_tests/counter_wb/counter_wb.py @@ -22,7 +22,7 @@ @cocotb.test() @report_test async def counter_wb(dut): - caravelEnv = await test_configure(dut,timeout_cycles=1122620) + caravelEnv = await test_configure(dut,timeout_cycles=40534) cocotb.log.info(f"[TEST] Start counter_wb test") # wait for start of sending