mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-22 03:46:27 +00:00
2c5f263bcd
The SPDX tag is aimed at machine handling and it's thus expected to be placed in the first line. Change-Id: I3992856eeb28b333c38d010ef286e22471ede263 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7026 Tested-by: jenkins
23 lines
615 B
INI
23 lines
615 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Copyright (C) 2016,2020 Synopsys, Inc.
|
|
# Anton Kolesov <anton.kolesov@synopsys.com>
|
|
# Didin Evgeniy <didin@synopsys.com>
|
|
|
|
#
|
|
# Synopsys DesignWare ARC EM Starter Kit v2.2
|
|
#
|
|
|
|
# Configure JTAG cable
|
|
# EM Starter Kit has built-in FT2232 chip, which is similar to Digilent HS-1.
|
|
source [find interface/ftdi/digilent-hs1.cfg]
|
|
|
|
# EM11D reportedly requires 5 MHz. Other cores and board can work faster.
|
|
adapter speed 5000
|
|
|
|
# ARCs support only JTAG.
|
|
transport select jtag
|
|
|
|
# Configure FPGA. This script supports both LX45 and LX150.
|
|
source [find target/snps_em_sk_fpga.cfg]
|