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 29, 2024
1 parent f224294 commit 39b31c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,11 @@ async def test_project(dut):
# set data valid = 0
dut.uio_in.value = 0

await ClockCycles(dut.clk, 4)
#########################################


# check if the input data is correctly written in the input buffer and if it can be read from the output buffer
await ClockCycles(dut.clk, 4)
await ClockCycles(dut.clk, 12)

assert dut.uio_out.value == 8
assert dut.uo_out.value == 20
Expand Down

0 comments on commit 39b31c4

Please sign in to comment.