From b58e1fc01fd58663f2a08bc53792d3a3bd5f5ffc Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 1 Apr 2021 17:35:04 +0100 Subject: [PATCH] ha! got IDCODE and reset test to work --- ls180/cocotb/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls180/cocotb/test.py b/ls180/cocotb/test.py index 363e54f..68057e3 100644 --- a/ls180/cocotb/test.py +++ b/ls180/cocotb/test.py @@ -31,7 +31,7 @@ def setup_jtag(dut, *, tck_period): return JTAG_Master(dut.tck_from_pad, dut.tms_from_pad, dut.tdi_from_pad, dut.tdo_to_pad, clk_period=tck_period, - ir_width=3) + ir_width=4) def execute_svf(dut, *, jtag, svf_filename): jtag_svf = SVF_Executor(jtag) -- 2.30.2