Skip to content

Commit

Permalink
start with TRST being high
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Oct 30, 2024
1 parent 5e45305 commit 65c117a
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 @@ -80,6 +80,8 @@ async def test_idcode(dut):
dut.ui_in.value = 0
dut.uio_in.value = 0
dut.rst_n.value = 1
# We start with TRST being high per the spec.
dut.ui_in.value = 0b0000_1000
await ClockCycles(dut.clk, 1)
dut.rst_n.value = 0
await ClockCycles(dut.clk, 1)
Expand Down

0 comments on commit 65c117a

Please sign in to comment.