mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
Merge pull request #351 from sergachev/litex_baseboard_openocd
add openocd config for litex acorn baseboard
This commit is contained in:
commit
6bbf8c8268
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