blob: 0c267cd7528db91d534e33fba936fa062c5baa13 (
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_v3 -endian little -chain-position $_TARGETNAME
|