Skip to content

Commit

Permalink
removed io test
Browse files Browse the repository at this point in the history
  • Loading branch information
nubcore authored Apr 15, 2024
1 parent 31f68de commit 667a2ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ async def test_project(dut):

# Set the input values, wait one clock cycle, and check the output
dut._log.info("Test")
dut.ui_in.value = 20
dut.uio_in.value = 30
#dut.ui_in.value = 20
#dut.uio_in.value = 30

await ClockCycles(dut.clk, 1)

assert dut.uo_out.value == 50
#assert dut.uo_out.value == 50

0 comments on commit 667a2ff

Please sign in to comment.