**** BEGIN LOGGING AT Mon Nov 15 02:59:58 2010 Nov 15 16:45:45 Does anyone know if openocd only sends a 5bit BYPASS command? Nov 15 16:45:55 (as part of the chain scan) Nov 15 16:46:05 I see it on the logic analyzer Nov 15 16:46:30 I'm trying to do a FPGA, and it needs a 10bit BYPASS, i guess (not totally sure here) Nov 15 22:33:15 ian__: you can set the register length in the config (if I understand you right) Nov 15 22:33:57 Although I had limited success getting openOCD to work properly with xilinx FPGA Nov 15 22:35:56 (coolrunner xcr3256 worked OK) Nov 15 22:37:07 for coolrunner xcr3256 I have: jtag newtap xcr tap -irlen 5 -ircapture 0x01 -irmask 0x1f -expected-id 0x0494c0 Nov 15 22:37:10 93 Nov 15 22:37:39 for for spartan3 x3s1000 I have : jtag newtap x3s tap -irlen 6 -ircapture 0x11 -irmask 0x11 -expected-id 0x11428093 Nov 15 22:37:46 (but I'm not sure thsat actually works) Nov 15 22:38:13 -irlen 10 would give you a 10 bit bypass **** ENDING LOGGING AT Tue Nov 16 02:59:58 2010