The current jtag scan code assumes that all devices shift our IR as 0x01.
This isn't always true, as the Spartan-6 FPGA shifts out 0x11 and is detected as two devices.
The sanity check of switching all devices to bypass and counting again fails and the scan is aborted.
It should be possible to specify IR lengths for cases like this.
The current jtag scan code assumes that all devices shift our IR as 0x01.
This isn't always true, as the Spartan-6 FPGA shifts out 0x11 and is detected as two devices.
The sanity check of switching all devices to bypass and counting again fails and the scan is aborted.
It should be possible to specify IR lengths for cases like this.