| 1234567891011121314151617 |
- # SPDX-License-Identifier: GPL-2.0-or-later
- adapter driver ftdi
- ftdi device_desc "Quad RS232-HS"
- ftdi vid_pid 0x0403 0x6011
- ftdi channel 0
- ftdi layout_init 0x0008 0x000b
- # adapter usb location 1:8
- reset_config none
- transport select jtag
- adapter speed 25000
- source [find cpld/xilinx-xc7.cfg]
- source [find cpld/jtagspi.cfg]
- source [find fpga/xilinx-xadc.cfg]
- source [find fpga/xilinx-dna.cfg]
|