mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-22 03:46:27 +00:00
198a914cf9
Provide jtagspi with specific procedures to be able to use jtagspi for programming spi-flash devices on cologne chip gatemate devices. Change-Id: Ifa1c4ca6e215d7f49bd21620898991af213812e9 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7838 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
23 lines
499 B
INI
23 lines
499 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# GateMateTM FPGA Evaluation Board
|
|
# https://www.colognechip.com/programmable-logic/gatemate-evaluation-board/
|
|
#
|
|
|
|
adapter driver ftdi
|
|
ftdi vid_pid 0x0403 0x6010
|
|
|
|
ftdi channel 0
|
|
ftdi layout_init 0x0014 0x011b
|
|
reset_config none
|
|
transport select jtag
|
|
adapter speed 6000
|
|
|
|
source [find fpga/gatemate.cfg]
|
|
|
|
set JTAGSPI_CHAIN_ID gatemate.pld
|
|
source [find cpld/jtagspi.cfg]
|
|
|
|
#jtagspi_init gatemate.pld "" -1
|
|
#jtagspi_program workspace/blink/blink_slow.cfg.bit 0
|