target/arm: optimize architecture flags
[openocd.git] / tcl / board / snps_em_sk_v2.2.cfg
blob674d9f65c8c129440e001120ac002e765a60022e
1 #  Copyright (C) 2016,2020 Synopsys, Inc.
2 #  Anton Kolesov <anton.kolesov@synopsys.com>
3 #  Didin Evgeniy <didin@synopsys.com>
5 # SPDX-License-Identifier: GPL-2.0-or-later
8 # Synopsys DesignWare ARC EM Starter Kit v2.2
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]
15 # EM11D reportedly requires 5 MHz. Other cores and board can work faster.
16 adapter speed 5000
18 # ARCs support only JTAG.
19 transport select jtag
21 # Configure FPGA. This script supports both LX45 and LX150.
22 source [find target/snps_em_sk_fpga.cfg]