Skip to content

Commit

Permalink
fix all test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas committed Jul 21, 2024
1 parent 3d7c622 commit bc0ba1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async def test_project(dut):
for x, j in test:
dut.ui_in.value = j*2**3 + x
await ClockCycles(dut.clk, 1)
await ClockCycles(dut.clk, 5)
correct += 1 if int(dut.uo_out.value) == l else 0
# dut._log.info(f"Output: {int(dut.uo_out.value)} Expected: {l}")
if int(dut.uo_out.value) != l:
Expand Down

0 comments on commit bc0ba1c

Please sign in to comment.