mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-27 04:33:52 +00:00
19 lines
416 B
INI
19 lines
416 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
# Copyright (C) 2019, 2020 Synopsys, Inc.
|
||
|
# Anton Kolesov <anton.kolesov@synopsys.com>
|
||
|
# Didin Evgeniy <didin@synopsys.com>
|
||
|
|
||
|
#
|
||
|
# Synopsys DesignWare ARC HSDK Software Development Platform (HS38 cores)
|
||
|
#
|
||
|
|
||
|
source [find interface/ftdi/snps_sdp.cfg]
|
||
|
adapter speed 10000
|
||
|
|
||
|
# ARCs supports only JTAG.
|
||
|
transport select jtag
|
||
|
|
||
|
# Configure SoC
|
||
|
source [find target/snps_hsdk.cfg]
|