This is an automated email from Gerrit.

Rick Altherr ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/4376

-- gerrit

commit 61ccac8d41597650d6404647d47cce4a78111f69
Author: Rick Altherr <[email protected]>
Date:   Mon Jan 22 17:07:53 2018 -0800

    tcl/boards: add Digilent Basys3 FPGA development board config
    
    Change-Id: I453440e468dfd767a207b77b3cb4f9e1cf0f4e17
    Signed-off-by: Rick Altherr <[email protected]>

diff --git a/tcl/board/digilent_basys3.cfg b/tcl/board/digilent_basys3.cfg
new file mode 100644
index 0000000..1de882e
--- /dev/null
+++ b/tcl/board/digilent_basys3.cfg
@@ -0,0 +1,18 @@
+# Digilent Basys3 FPGA Evaluation Kit (Xilinx Artix7 A35T)
+#
+# https://reference.digilentinc.com/reference/programmable-logic/basys-3/start
+
+source [find interface/ftdi/digilent_usb_jtag.cfg]
+
+# Xilinx Artix-7 35T (XC7A35T-1CPG236C)
+source [find cpld/xilinx-xc7.cfg]
+
+adapter_khz 25000
+
+#
+# Usage:
+#
+#   openocd -f board/digilent_basys3.cfg \
+#       -c "init" \
+#       -c "pld load 0 <bitstream file>" \
+#       -c "shutdown"

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to