simplify ipdbg commands: $hub_name ipdbg start -> $hub_name start ipdbg/fix: While there, handle the multi-word deprecated commands by adding quotes. Change-Id: I5a56df2dbf2a5710442242727fa9384e5541ed53 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Fixes: https://sourceforge.net/p/openocd/tickets/434/ Reported-by: Evgeniy Naydanov <evgeniy.naydanov@syntacore.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8873 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
27 lines
709 B
INI
27 lines
709 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# digilent CMOD S7
|
|
# https://digilent.com/reference/programmable-logic/cmod-s7/reference-manual
|
|
|
|
|
|
adapter driver ftdi
|
|
ftdi channel 0
|
|
ftdi layout_init 0x0008 0x008b
|
|
ftdi vid_pid 0x0403 0x6010
|
|
reset_config none
|
|
transport select jtag
|
|
|
|
adapter speed 10000
|
|
|
|
source [find cpld/xilinx-xc7.cfg]
|
|
|
|
# "ipdbg create-hub xc7.ipdbghub -tap xc7.tap -ir 0x02"
|
|
# "xc7.ipdbghub start -tool 0 -port 5555"
|
|
#openocd -f board/digilent_cmod_s7.cfg -c "init" -c "pld load xc7.pld shared_folder/cmod_s7_fast.bit"
|
|
|
|
set JTAGSPI_CHAIN_ID xc7.pld
|
|
source [find cpld/jtagspi.cfg]
|
|
|
|
#jtagspi_init xc7.pld "shared_folder/bscan_spi_xc7s25.bit" 0xab
|
|
#jtagspi_program shared_folder/cmod_s7_fast.bit 0
|