3d934073507ac7e0dcf0d05d8819ecdc711b4e0b
[fw/openocd] / tcl / board / snps_em_sk.cfg
1 #  Copyright (C) 2014-2016,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 EM Starter Kit v2.x
9 #
10
11 # Configure JTAG cable
12 # EM Starter Kit has built-in FT2232 chip, which is similar to Digilent HS-1.
13 source [find interface/ftdi/digilent-hs1.cfg]
14
15 # 5MHz seems to work good with all cores that might happen in 2.x
16 adapter speed 5000
17
18 # ARCs support only JTAG.
19 transport select jtag
20
21 # Configure FPGA. This script supports both LX45 and LX150.
22 source [find target/snps_em_sk_fpga.cfg]