Skip to content

Commit

Permalink
Update test.py - Lenghten reset pulse
Browse files Browse the repository at this point in the history
  • Loading branch information
FavoritoHJS authored Aug 27, 2024
1 parent bdf0493 commit 03503e2
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 @@ -24,7 +24,7 @@ async def test_project(dut):
dut.ui_in.value = 0
dut.uio_in.value = 0
dut.rst_n.value = 0
await ClockCycles(dut.clk, 10)
await ClockCycles(dut.clk, 100)
dut.rst_n.value = 1

dut._log.info("Test project behavior")
Expand Down

0 comments on commit 03503e2

Please sign in to comment.