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 65c117a commit c9bf41a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ async def test_tms_five_high_for_reset(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 c9bf41a

Please sign in to comment.