faf820d7af54ff88416ca9dc96b5d8aa68efdd00
[fw/openocd] / tcl / interface / ftdi / minispartan6.cfg
1 # https://www.scarabhardware.com/minispartan6/
2 # https://github.com/scarabhardware/miniSpartan6-plus/raw/master/miniSpartan6%2B_Rev_B.pdf
3 adapter driver ftdi
4 # The miniSpartan6+ sadly doesn't have a custom device description, so we just
5 # have to hope you got it right.
6 #ftdi device_desc "Dual RS232-HS"
7 ftdi vid_pid 0x0403 0x6010
8 # interface 1 is the uart
9 ftdi channel 0
10 # just TCK TDI TDO TMS, no reset
11 ftdi layout_init 0x0008 0x000b
12 reset_config none
13 # this generally works fast: the fpga can handle 30MHz, the spi flash can handle
14 # 54MHz with simple read, no dummy cycles, and wait-for-write-completion
15 adapter speed 30000