|
interface ftdi
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
ftdi_channel 0
|
|
ftdi_layout_init 0x00e8 0x60eb
|
|
reset_config none
|
|
|
|
source [find cpld/xilinx-xc6s.cfg]
|
|
source [find cpld/jtagspi.cfg]
|
|
adapter_khz 25000
|
|
|
|
proc fpga_program {} {
|
|
global _CHIPNAME
|
|
xc6_program $_CHIPNAME.tap
|
|
}
|