From: Luke Kenneth Casson Leighton Date: Thu, 1 Apr 2021 16:35:04 +0000 (+0100) Subject: ha! got IDCODE and reset test to work X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b58e1fc01fd58663f2a08bc53792d3a3bd5f5ffc;p=soc-cocotb-sim.git ha! got IDCODE and reset test to work --- 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)