2022-06-12 16:42:27 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2013-02-04 21:55:37 -06:00
|
|
|
#
|
|
|
|
# Andes Core
|
|
|
|
#
|
|
|
|
# http://www.andestech.com
|
|
|
|
#
|
|
|
|
|
|
|
|
jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID
|
|
|
|
|
|
|
|
set _TARGETNAME $_CHIPNAME.cpu
|
|
|
|
target create $_TARGETNAME nds32_v3 -endian little -chain-position $_TARGETNAME
|