kc705: digilent-jtag/kintex7/jtagspi board
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>
This commit is contained in:
committed by
Spencer Oliver
parent
804eefc259
commit
733e8ba062
11
tcl/interface/ftdi/digilent-hs1.cfg
Normal file
11
tcl/interface/ftdi/digilent-hs1.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user