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