Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
afasolino authored May 28, 2024
1 parent 44d23d5 commit f6ec217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def test_project(dut):
# set data valid = 1
dut.uio_in.value = 1

await ClockCycles(dut.clk, 3)
await ClockCycles(dut.clk, 4)
# check alu ready == 0
assert dut.uio_out.value == 0
# set data valid = 0
Expand Down

0 comments on commit f6ec217

Please sign in to comment.