blob: 169e3d11957836ff8fd5dd9a53c65e1bf8cdcf93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Andes Core
#
# http://www.andestech.com
#
jtag newtap $_CHIPNAME cpu -expected-id $_CPUTAPID
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME nds32_v3m -endian little -chain-position $_TARGETNAME
|