This is an automated email from Gerrit. Felix Held ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4300
-- gerrit commit 371070219fdc7dc058c1654726de51d4f700701e Author: Felix Held <[email protected]> Date: Thu Nov 23 17:39:42 2017 +0100 ac701: add digilent-jtag/artix7/jtagspi board Xilinx Artix7 evaluation board with Digilent JTAG-SMT1 interface and 256Mbit SPI flash. Change-Id: I913c9c0976e7b653eb80c15b0c00b9d5942f2671 Signed-off-by: Felix Held <[email protected]> diff --git a/tcl/board/ac701.cfg b/tcl/board/ac701.cfg new file mode 100644 index 0000000..dc6bb03 --- /dev/null +++ b/tcl/board/ac701.cfg @@ -0,0 +1,6 @@ +# https://www.xilinx.com/products/boards-and-kits/ek-a7-ac701-g.html + +source [find interface/ftdi/digilent-hs1.cfg] +source [find cpld/xilinx-xc7.cfg] +source [find cpld/jtagspi.cfg] +adapter_khz 25000 -- ------------------------------------------------------------------------------ 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
