From subversion@balloonboard.org Thu Mar 11 14:06:58 2010
Received: from cmjones by stoneboat.aleph1.co.uk with local (Exim 4.69)
	(envelope-from <subversion@balloonboard.org>) id 1Npj2Q-0004o5-Iv
	for balloon-svn@balloonboard.org; Thu, 11 Mar 2010 14:06:58 +0000
Date: Thu, 11 Mar 2010 14:06:58 +0000
To: balloon-svn@balloonboard.org
From: subversion@balloonboard.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <E1Npj2Q-0004o5-Iv@stoneboat.aleph1.co.uk>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: subversion@balloonboard.org
X-SA-Exim-Scanned: No (on stoneboat.aleph1.co.uk);
	SAEximRunCond expanded to false
Subject: [Balloon-svn] r1016 - balloon/trunk/utils/openocd/target
X-BeenThere: balloon-svn@balloonboard.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <balloon-svn.balloonboard.org>
List-Unsubscribe: <http://balloonboard.org/cgi-bin/mailman/options/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=unsubscribe>
List-Archive: <http://balloonboard.org/lurker/list/balloon-svn.html>
List-Post: <mailto:balloon-svn@balloonboard.org>
List-Help: <mailto:balloon-svn-request@balloonboard.org?subject=help>
List-Subscribe: <http://balloonboard.org/cgi-bin/mailman/listinfo/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Mar 2010 14:06:58 -0000

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
 



