mirror of
https://github.com/saymrwulf/litex-boards.git
synced 2026-07-04 03:47:33 +00:00
add openocd config for litex acorn baseboard
This commit is contained in:
parent
c0e671919d
commit
5cd1d7eaec
1 changed files with 8 additions and 0 deletions
8
litex_boards/prog/openocd_litex_acorn_baseboard.cfg
Normal file
8
litex_boards/prog/openocd_litex_acorn_baseboard.cfg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
adapter driver ftdi
|
||||
adapter speed 2500
|
||||
ftdi vid_pid 0x0403 0x6010
|
||||
ftdi channel 0
|
||||
ftdi layout_init 0xfff8 0xfffb
|
||||
reset_config none
|
||||
source [find cpld/xilinx-xc7.cfg]
|
||||
source [find fpga/lattice_ecp5.cfg]
|
||||
Loading…
Reference in a new issue