mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-23 10:09:03 +10:00
Xilinx Kintex7 Development board with integrated Digilent JTAG-SMT1 (a.k.a. HS1) interface and a 128 MBit SPI flash. Change-Id: I9daba0a2fb2c17e04bcb37bd41872ebde25e0d2f Signed-off-by: Robert Jordens <jordens@gmail.com> Reviewed-on: http://openocd.zylin.com/2861 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
12 lines
313 B
INI
12 lines
313 B
INI
# this supports JTAG-HS1 and JTAG-SMT1
|
|
# (the later being the OEM on-board version)
|
|
|
|
interface ftdi
|
|
ftdi_device_desc "Digilent Adept USB Device"
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
# channel 1 does not have any functionality
|
|
ftdi_channel 0
|
|
# just TCK TDI TDO TMS, no reset
|
|
ftdi_layout_init 0x0088 0x008b
|
|
reset_config none
|