openocd/tcl/board/snps_hsdk.cfg
Antonio Borneo 30f3a2a650 tcl: remove remaining deprecated commands
There are still few adapter_khz, ftdi_location, jtag_nsrst_delay
and xds110_serial strolling around ...

Change-Id: I3e8503dcc3875e3c92e6536f3d455a5e448d51ff
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6270
Tested-by: jenkins
2021-05-29 21:34:27 +01:00

19 lines
417 B
INI

# Copyright (C) 2019, 2020 Synopsys, Inc.
# Anton Kolesov <anton.kolesov@synopsys.com>
# Didin Evgeniy <didin@synopsys.com>
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Synopsys DesignWare ARC HSDK Software Development Platform (HS38 cores)
#
source [find interface/ftdi/snps_sdp.cfg]
adapter speed 10000
# ARCs supports only JTAG.
transport select jtag
# Configure SoC
source [find target/snps_hsdk.cfg]