aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorDaniel Anselmi <danselmi@gmx.ch>2022-11-30 04:05:44 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2023-04-14 15:11:33 +0000
commitffd9638bdb04fb3021a20f78330c4692a2ebab6a (patch)
treede34dacc8022f67294c9be2800e455374c0efb02 /tcl
parente87fa5e3ab424d3ccd66eeddccfbe1e0181e20d0 (diff)
downloadriscv-openocd-ffd9638bdb04fb3021a20f78330c4692a2ebab6a.zip
riscv-openocd-ffd9638bdb04fb3021a20f78330c4692a2ebab6a.tar.gz
riscv-openocd-ffd9638bdb04fb3021a20f78330c4692a2ebab6a.tar.bz2
tcl: cpld/xilinx-xc7: remove virtex-7 devices with ir-length > 6
They have an ir length of 22, 24 or 38 bit and different command codes. Change-Id: I488e8613f1c4d017e1590111f60b2725ec62964b Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7387 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/cpld/xilinx-xc7.cfg18
1 files changed, 10 insertions, 8 deletions
diff --git a/tcl/cpld/xilinx-xc7.cfg b/tcl/cpld/xilinx-xc7.cfg
index 22e0aea..91a07f9 100644
--- a/tcl/cpld/xilinx-xc7.cfg
+++ b/tcl/cpld/xilinx-xc7.cfg
@@ -33,19 +33,21 @@ jtag newtap $_CHIPNAME tap -irlen 6 -ignore-version \
-expected-id 0x03752093 \
-expected-id 0x03751093 \
-expected-id 0x03671093 \
- -expected-id 0x036B3093 \
- -expected-id 0x036B7093 \
- -expected-id 0x036BB093 \
- -expected-id 0x036BF093 \
-expected-id 0x03667093 \
-expected-id 0x03682093 \
-expected-id 0x03687093 \
-expected-id 0x03692093 \
-expected-id 0x03691093 \
- -expected-id 0x03696093 \
- -expected-id 0x036D5093 \
- -expected-id 0x036D9093 \
- -expected-id 0x036DB093
+ -expected-id 0x03696093
+
+#jtag newtap $_CHIPNAME tap -irlen 24 -ignore-version \
+# -expected-id 0x036B3093 -expected-id 0x036B7093 \
+# -expected-id 0x036BB093 -expected-id 0x036BF093 \
+# -expected-id 0x036D5093
+
+#jtag newtap $_CHIPNAME tap -irlen 22 -ignore-version -expected-id 0x036D9093
+
+#jtag newtap $_CHIPNAME tap -irlen 38 -ignore-version -expected-id 0x036DB093
pld device virtex2 $_CHIPNAME.tap 1