Skip to content

Commit

Permalink
Fix counter_la.py test log name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbowles22 authored Aug 9, 2023
1 parent dec4c74 commit 49785cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verilog/dv/cocotb/counter_tests/counter_la/counter_la.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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


0 comments on commit 49785cc

Please sign in to comment.