tcl: move SPDX tag as first line
[fw/openocd] / tcl / board / snps_em_sk_v2.1.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #  Copyright (C) 2014-2016,2020 Synopsys, Inc.
4 #  Anton Kolesov <anton.kolesov@synopsys.com>
5 #  Didin Evgeniy <didin@synopsys.com>
6
7 #
8 # Synopsys DesignWare ARC EM Starter Kit v2.1
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 # JTAG 10MHz is too fast for EM7D FPU in EM SK 2.1 which has core frequency
16 # 20MHz. 7.5 MHz seems to work fine.
17 adapter speed 7500
18
19 # ARCs support only JTAG.
20 transport select jtag
21
22 # Configure FPGA. This script supports both LX45 and LX150.
23 source [find target/snps_em_sk_fpga.cfg]