a6228f4c1eb30301531ebc138c3bfceb58e40f7c
[fw/openocd] / tcl / board / snps_hsdk.cfg
1 #  Copyright (C) 2019, 2020 Synopsys, Inc.
2 #  Anton Kolesov <anton.kolesov@synopsys.com>
3 #  Didin Evgeniy <didin@synopsys.com>
4 #
5 # SPDX-License-Identifier: GPL-2.0-or-later
6
7 #
8 # Synopsys DesignWare ARC HSDK Software Development Platform (HS38 cores)
9 #
10
11 source [find interface/ftdi/snps_sdp.cfg]
12 adapter speed 10000
13
14 # ARCs supports only JTAG.
15 transport select jtag
16
17 # Configure SoC
18 source [find target/snps_hsdk.cfg]