|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# Andes Core
|
|
#
|
|
# http://www.andestech.com
|
|
#
|
|
|
|
jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID
|
|
|
|
set _TARGETNAME $_CHIPNAME.cpu
|
|
target create $_TARGETNAME nds32_v2 -endian little -chain-position $_TARGETNAME
|