aboutsummaryrefslogtreecommitdiff
path: root/tcl/fpga/gatemate.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/fpga/gatemate.cfg')
-rw-r--r--tcl/fpga/gatemate.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/tcl/fpga/gatemate.cfg b/tcl/fpga/gatemate.cfg
new file mode 100644
index 0000000..cc19fd4
--- /dev/null
+++ b/tcl/fpga/gatemate.cfg
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# GateMateTM FPGA
+# https://www.colognechip.com/programmable-logic/gatemate/
+# https://colognechip.com/docs/ds1001-gatemate1-datasheet-latest.pdf
+
+if { [info exists CHIPNAME] } {
+ set _CHIPNAME $CHIPNAME
+} else {
+ set _CHIPNAME gatemate
+}
+
+jtag newtap $_CHIPNAME tap -irlen 6 -ignore-version \
+ -expected-id 0x20000001
+
+pld device gatemate $_CHIPNAME.tap