aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam D. Jones <wjones@wdj-consulting.com>2018-02-22 11:30:18 -0500
committerMatthias Welwarsky <matthias@welwarsky.de>2018-10-27 14:37:43 +0100
commit988a002a30afe4facd116c97cba88b3793841046 (patch)
treeeaa62d3b602e0a2a1ea6dd99fa1e74fa370b84ce
parent0cdb44a9dbb2c1aa5321e86a9948a493ffde5979 (diff)
downloadriscv-openocd-988a002a30afe4facd116c97cba88b3793841046.zip
riscv-openocd-988a002a30afe4facd116c97cba88b3793841046.tar.gz
riscv-openocd-988a002a30afe4facd116c97cba88b3793841046.tar.bz2
xilinx-xc7: Add additional IDCODEs.
Add/detect missing IDCODEs for the Spartan 7 family and Artix 25T and Artix 12T. Change-Id: Ib6c83c5592e90df1eb8e715e79b279da9a95f9c6 Signed-off-by: William D. Jones <wjones@wdj-consulting.com> Reviewed-on: http://openocd.zylin.com/4428 Reviewed-by: Robert Jördens Tested-by: jenkins Reviewed-by: Rohit Singh <rohit91.2008@gmail.com> Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
-rw-r--r--tcl/cpld/xilinx-xc7.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/cpld/xilinx-xc7.cfg b/tcl/cpld/xilinx-xc7.cfg
index d5824f8..4c0502c 100644
--- a/tcl/cpld/xilinx-xc7.cfg
+++ b/tcl/cpld/xilinx-xc7.cfg
@@ -9,7 +9,15 @@ if { [info exists CHIPNAME] } {
# the 4 top bits (28:31) are the die stepping/revisions. ignore it.
jtag newtap $_CHIPNAME tap -irlen 6 -ignore-version \
+ -expected-id 0x03622093 \
+ -expected-id 0x03620093 \
+ -expected-id 0x037C4093 \
+ -expected-id 0x0362F093 \
+ -expected-id 0x037C8093 \
+ -expected-id 0x037C7093 \
+ -expected-id 0x037C3093 \
-expected-id 0x0362E093 \
+ -expected-id 0x037C2093 \
-expected-id 0x0362D093 \
-expected-id 0x0362C093 \
-expected-id 0x03632093 \