---
**[tickets:#429] How to Select Daisy Chain Chip Devices**
**Status:** new
**Milestone:** 0.10.0
**Labels:** FTDI USB FPGA Daisy Chain
**Created:** Thu Apr 11, 2024 06:38 AM UTC by KooLee
**Last Updated:** Thu Apr 11, 2024 06:38 AM UTC
**Owner:** nobody
I'm having problems programming FPGAs with FT2232H+OpenOCD, I don't know how to
solve it, I hope enthusiastic people in the community can help me out.
According to Xilinx UG470 manual, FPGA supports JTAG daisy chaining.

Xilinx Vivado Hardware Managers

Please tell me how to select the specified FPGA device in openocd.
The programmer device I am using is FT2232H.

ft2232h.cfg
~~~
interface ftdi
ftdi_vid_pid 0x0403 0x6011
ftdi_channel 0
ftdi_layout_init 0x0098 0x008b
reset_config none
source [find cpld/xilinx-xc7.cfg]
source [find cpld/jtagspi.cfg]
adapter_khz 10000
proc fpga_program {} {
global _CHIPNAME
xc7_program $_CHIPNAME.tap
}
init
jtagspi_init 0 bscan_spi_xc7a50t.bit
jtagspi_program bin.bin 0x0
fpga_program
shutdown
~~~
---
Sent from sourceforge.net because openocd-devel@lists.sourceforge.net is
subscribed to https://sourceforge.net/p/openocd/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/openocd/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.