Add Microchip SAME51 Curiosity Nano board
[fw/openocd] / tcl / board / digilent_nexys_video.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # Digilent Nexys Video with Xilinx Artix-7 FPGA
4 # https://reference.digilentinc.com/programmable-logic/nexys-video/start
5
6 adapter driver ftdi
7 adapter speed 30000
8
9 ftdi device_desc "Digilent USB Device"
10 ftdi vid_pid 0x0403 0x6010
11
12 # channel 0 is dedicated for Digilent's DPTI Interface
13 # channel 1 is used for JTAG
14 ftdi channel 1
15
16 # just TCK TDI TDO TMS, no reset
17 ftdi layout_init 0x0088 0x008b
18 reset_config none
19
20 # Enable sampling on falling edge for high JTAG speeds.
21 ftdi tdo_sample_edge falling
22
23 transport select jtag
24
25 source [find cpld/xilinx-xc7.cfg]
26 source [find cpld/jtagspi.cfg]