Skip to content

Commit

Permalink
put whole design in reset
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Oct 25, 2024
1 parent 8c0ea83 commit f3e229f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ async def test_rms_five_high_for_reset(dut):
dut.ena.value = 1
dut.ui_in.value = 0
dut.uio_in.value = 0
dut.rst_n.value = 1
await ClockCycles(dut.clk, 1)
dut.rst_n.value = 0
await ClockCycles(dut.clk, 1)
dut.rst_n.value = 1
Expand Down

0 comments on commit f3e229f

Please sign in to comment.