Introduce tcl config files for Synopsys HSDK board
With this commit we add tcl configure files for ARCv2 HS Development kit(HSDK). HSDK board has Quad-core ARC HS38 CPU with L1 and L2 caches. Change-Id: I372ef45428c7c7ca1421a6da3e5ed08b86f705e0 Signed-off-by: Evgeniy Didin <didin@synopsys.com> Reviewed-on: http://openocd.zylin.com/5784 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
8fea8460db
commit
b2821b6074
18
tcl/board/snps_hsdk.cfg
Normal file
18
tcl/board/snps_hsdk.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright (C) 2019, 2020 Synopsys, Inc.
|
||||
# Anton Kolesov <anton.kolesov@synopsys.com>
|
||||
# Didin Evgeniy <didin@synopsys.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Synopsys DesignWare ARC HSDK Software Development Platform (HS38 cores)
|
||||
#
|
||||
|
||||
source [find interface/ftdi/snps_sdp.cfg]
|
||||
adapter_khz 10000
|
||||
|
||||
# ARCs supports only JTAG.
|
||||
transport select jtag
|
||||
|
||||
# Configure SoC
|
||||
source [find target/snps_hsdk.cfg]
|
||||
Reference in New Issue
Block a user