Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow1229 committed May 26, 2024
1 parent 14a1c66 commit 62c5a75
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 @@ -35,6 +35,6 @@ async def test_project(dut):
# The following assersion is just an example of how to check the output values.
# Change it to match the actual expected output of your module:
#assert dut.uo_out.value == 50

assert 0 == 0
# Keep testing the module by changing the input values, waiting for
# one or more clock cycles, and asserting the expected output values.

0 comments on commit 62c5a75

Please sign in to comment.