Author: cmjones Date: 2010-03-11 14:06:58 +0000 (Thu, 11 Mar 2010) New Revision: 1016 Modified: balloon/trunk/utils/openocd/target/xilinx-x3s1000.cfg Log: adjusted instruction register capture value and mask so that OpenOCD works with all the FPGA boards I have here Modified: balloon/trunk/utils/openocd/target/xilinx-x3s1000.cfg =================================================================== --- balloon/trunk/utils/openocd/target/xilinx-x3s1000.cfg 2010-03-11 11:34:46 UTC (rev 1015) +++ balloon/trunk/utils/openocd/target/xilinx-x3s1000.cfg 2010-03-11 14:06:58 UTC (rev 1016) @@ -1,6 +1,6 @@ #xilinx spartan3 #simple device - just configure a tap -jtag newtap x3s tap -irlen 6 -ircapture 0x11 -irmask 0x1f -expected-id 0x11428093 +jtag newtap x3s tap -irlen 6 -ircapture 0x11 -irmask 0x11 -expected-id 0x11428093 #Based on this info from the BDSL file