kasli.cfg 394 B

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