diff --git a/verilog/dv/cocotb/counter_tests/counter_la/counter_la.py b/verilog/dv/cocotb/counter_tests/counter_la/counter_la.py index 485eb8dd9..f9e94db45 100644 --- a/verilog/dv/cocotb/counter_tests/counter_la/counter_la.py +++ b/verilog/dv/cocotb/counter_tests/counter_la/counter_la.py @@ -7,7 +7,7 @@ async def counter_la(dut): caravelEnv = await test_configure(dut,timeout_cycles=1346140) - cocotb.log.info(f"[TEST] Start counter_wb test") + cocotb.log.info(f"[TEST] Start counter_la test") # wait for start of sending await caravelEnv.release_csb() await caravelEnv.wait_mgmt_gpio(1) @@ -33,4 +33,4 @@ async def counter_la(dut): cocotb.log.error(f"counter have wrong value expected = {counter} recieved = {int ((caravelEnv.monitor_gpio(37,30).binstr + caravelEnv.monitor_gpio(7,0).binstr ),2) }") await cocotb.triggers.ClockCycles(caravelEnv.clk,1) counter +=1 - \ No newline at end of file +