aboutsummaryrefslogtreecommitdiff
path: root/tcl/cpld/altera-5m570z-cpld.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/cpld/altera-5m570z-cpld.cfg')
-rw-r--r--tcl/cpld/altera-5m570z-cpld.cfg13
1 files changed, 7 insertions, 6 deletions
diff --git a/tcl/cpld/altera-5m570z-cpld.cfg b/tcl/cpld/altera-5m570z-cpld.cfg
index 5dbd0de..4504a80 100644
--- a/tcl/cpld/altera-5m570z-cpld.cfg
+++ b/tcl/cpld/altera-5m570z-cpld.cfg
@@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# Altera MAXV 5M24OZ/5M570Z CPLD
-# see MAX V Device Handbook
-# Table 6-3: 32-Bit MAX V Device IDCODE
-# Version Part Number Manuf. ID LSB
-# 0000 0010 0000 1010 0111 000 0110 1110 1
-jtag newtap 5m570z tap -expected-id 0x020a60dd -irlen 10
+# file altera-5m570z-cpld.cfg replaced by altera-maxv.cfg
+echo "DEPRECATED: use altera-maxv.cfg instead of deprecated altera-5m570z-cpld.cfg"
+
+#just to be backward compatible:
+#tap will be 5m570z.tap instead of maxv.tap:
+set CHIPNAME 5m570z
+source [find cpld/altera-maxv.cfg]