Discussion:
[OpenOCD-devel] [PATCH]: c7fe874 tcl/board: add Arty Artix-7 FPGA Development Board config
gerrit
2017-06-06 08:22:55 UTC
Permalink
This is an automated email from Gerrit.

Antony Pavlov (***@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4156

-- gerrit

commit c7fe87470fd21a224e0fad3d400e9ce6e6a3df6e
Author: Antony Pavlov <***@gmail.com>
Date: Mon Jun 5 10:46:50 2017 +0300

tcl/board: add Arty Artix-7 FPGA Development Board config

Change-Id: I2588e3b76588e4cc30659f52ffc24169718ec9ee
Signed-off-by: Antony Pavlov <***@gmail.com>

diff --git a/tcl/board/arty.cfg b/tcl/board/arty.cfg
new file mode 100644
index 0000000..1a4b1c2
--- /dev/null
+++ b/tcl/board/arty.cfg
@@ -0,0 +1,22 @@
+#
+# Artix-7 35T Arty FPGA Evaluation Kit
+#
+# https://www.xilinx.com/products/boards-and-kits/arty.html
+# http://store.digilentinc.com/arty-artix-7-fpga-development-board-for-makers-and-hobbyists/
+
+source [find interface/ftdi/digilent-hs1.cfg]
+ftdi_device_desc "Digilent USB Device"
+
+# Xilinx Artix-35T FPGA (XC7A35TICSG324-1L)
+source [find cpld/xilinx-xc7.cfg]
+
+adapter_khz 25000
+
+#
+# Usage:
+#
+# openocd -f board/arty.cfg \
+# -c "init" \
+# -c "pld load 0 <bitstream file>" \
+# -c "shutdown"
+#

--

Loading...