Skip to content

Commit 1b427fc

Browse files
authored
test.py: the scan chain is now in order
1 parent e99d3dc commit 1b427fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ async def test_project(dut):
152152
print (n)
153153
dut.ui_in.value = n
154154
await pulse(dut, SC_RESET, SC_GET)
155-
await ClockCycles(dut.clk, 3)
155+
await ClockCycles(dut.clk, 1)
156+
await pulse8x(dut, 9, SC_RESET)
156157
await clear(dut, 0)
157158
n = n+n

0 commit comments

Comments
 (0)