mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
prog/openocd_titanium_ft4232: openocd config file for efinix titanium (litex_server / jtag)
This commit is contained in:
parent
cc19078650
commit
dcf6db905a
1 changed files with 13 additions and 0 deletions
13
litex_boards/prog/openocd_titanium_ft4232.cfg
Normal file
13
litex_boards/prog/openocd_titanium_ft4232.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
interface ftdi
|
||||
ftdi_vid_pid 0x0403 0x6011
|
||||
ftdi_channel 1
|
||||
ftdi_layout_init 0x00e8 0x60eb
|
||||
reset_config none
|
||||
|
||||
set _CHIPNAME titanium
|
||||
jtag newtap $_CHIPNAME tap -irlen 5 -ignore-version \
|
||||
-expected-id 0x10660a79
|
||||
|
||||
set JTAGSPI_IR 0x08
|
||||
source [find cpld/jtagspi.cfg]
|
||||
adapter_khz 3000
|
Loading…
Reference in a new issue