This is an automated email from Gerrit.

"Daniel Anselmi <danse...@gmx.ch>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/7387

-- gerrit

commit 5940bf2ff3e3bfb8f2d9e8b6300499a2f4751caa
Author: Daniel Anselmi <danse...@gmx.ch>
Date:   Wed Nov 30 04:05:44 2022 +0100

    remove virtex-7 devices which are not compatible
    
    They have an ir length of 22, 24 or 38 bit and
    are probably not working with the virtex2 driver.
    
    Change-Id: I488e8613f1c4d017e1590111f60b2725ec62964b
    Signed-off-by: Daniel Anselmi <danse...@gmx.ch>

diff --git a/tcl/cpld/xilinx-xc7.cfg b/tcl/cpld/xilinx-xc7.cfg
index 22e0aea7f9..91a07f9eb4 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
 

-- 

Reply via email to