2022-06-12 16:50:59 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2015-07-03 00:38:53 -05:00
|
|
|
# this supports JTAG-HS1 and JTAG-SMT1
|
|
|
|
# (the later being the OEM on-board version)
|
|
|
|
|
2019-08-23 08:49:58 -05:00
|
|
|
adapter driver ftdi
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi device_desc "Digilent Adept USB Device"
|
|
|
|
ftdi vid_pid 0x0403 0x6010
|
2015-07-03 00:38:53 -05:00
|
|
|
# channel 1 does not have any functionality
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi channel 0
|
2015-07-03 00:38:53 -05:00
|
|
|
# just TCK TDI TDO TMS, no reset
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi layout_init 0x0088 0x008b
|
2015-07-03 00:38:53 -05:00
|
|
|
reset_config none
|