mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
538399cb3b
When running `litex_server`, this error appeared: can't read "_CHIPNAME": no such variable This is a fix for the specific lattice_ecp5_evn board. It also refreshes the OpenOCD syntax.
10 lines
233 B
INI
10 lines
233 B
INI
adapter driver ftdi
|
|
adapter speed 25000
|
|
transport select jtag
|
|
ftdi vid_pid 0x0403 0x6010
|
|
ftdi channel 0
|
|
ftdi layout_init 0x00e8 0x60eb
|
|
reset_config none
|
|
|
|
set _CHIPNAME ecp5
|
|
jtag newtap $_CHIPNAME tap -irlen 8 -expected-id 0x81113043
|