Forum Discussion
KLohr
Occasional Contributor
6 years agoWell, I figured it out this morning. It's the device_lock -timeout 10000 command at the beginning of the tcl script. I copied that from the virtual jtag uart tcl script and it should only be at the beginning of any virtual_ir_shift/dr_shift pair and there should always be a device_unlock after that pair. The jtag uart tcl script had it at the beginning of the program and one at the end which locked out any other jtag access (including signal tap).