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