mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 23:36:13 +10:00
Change-Id: I4fd6af560278b3e114cc5d8ee1b49b5c4521d8be
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: b2821b6074
("Introduce tcl config files for Synopsys HSDK board")
Reviewed-on: http://openocd.zylin.com/5788
Tested-by: jenkins
Reviewed-by: Evgeniy Didin <didin@synopsys.com>
19 lines
434 B
INI
19 lines
434 B
INI
# Copyright (C) 2020 Synopsys, Inc.
|
|
# Anton Kolesov <anton.kolesov@synopsys.com>
|
|
# Didin Evgeniy <didin@synopsys.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# Synopsys SDP Mainboard has embdded FT2232 chip, which is similar to Digilent
|
|
# HS-1, except that it uses channel B for JTAG communication, instead of
|
|
# channel A.
|
|
#
|
|
|
|
adapter driver ftdi
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
ftdi_layout_init 0x0088 0x008b
|
|
ftdi_channel 1
|
|
|
|
|