2020-05-05 03:02:58 -04:00
|
|
|
interface ftdi
|
|
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
|
|
ftdi_channel 0
|
|
|
|
ftdi_layout_init 0x00e8 0x60eb
|
|
|
|
reset_config none
|
|
|
|
|
2020-05-27 02:48:16 -04:00
|
|
|
source [find cpld/xilinx-xc6s.cfg]
|
2020-05-05 03:02:58 -04:00
|
|
|
source [find cpld/jtagspi.cfg]
|
|
|
|
adapter_khz 25000
|
|
|
|
|
|
|
|
proc fpga_program {} {
|
|
|
|
global _CHIPNAME
|
|
|
|
xc6_program $_CHIPNAME.tap
|
|
|
|
}
|