tcl/interface/ftdi: Add documentation for HS2
Change-Id: I75d6aa0292bf7ff4ebee8752a5e7a3516500cd04 Signed-off-by: Joshua Nekl <Joshua.Nekl@skyworksinc.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7881 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
c4db196088
commit
3cceec11cd
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
# this supports JTAG-HS2 (and apparently Nexys4 as well)
|
# this supports JTAG-HS2 (and apparently Nexys4 as well)
|
||||||
|
|
||||||
|
# ADBUS5 controls TMS tri-state buffer enable
|
||||||
|
# ACBUS6=SEL_TMS controls mux to TMS output buffer: 0=TMS 1=TDI
|
||||||
|
# ACBUS5=SEL_TDO controls mux to TDO input: 0=TDO 1=TMS
|
||||||
|
|
||||||
adapter driver ftdi
|
adapter driver ftdi
|
||||||
ftdi device_desc "Digilent Adept USB Device"
|
ftdi device_desc "Digilent Adept USB Device"
|
||||||
ftdi vid_pid 0x0403 0x6014
|
ftdi vid_pid 0x0403 0x6014
|
||||||
|
|
Loading…
Reference in New Issue