mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-07-29 20:14:10 +00:00
treewide: Update JTAG manufacturer code
PULP Platform now has a code
This commit is contained in:
parent
1294f4956b
commit
1059c010a9
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ ftdi_layout_signal nTRST -ndata 0x0010
|
|||
|
||||
set _CHIPNAME riscv
|
||||
|
||||
jtag newtap $_CHIPNAME unknown0 -irlen 5 -expected-id 0x10102001
|
||||
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x249511C3
|
||||
jtag newtap $_CHIPNAME unknown0 -irlen 5 -expected-id 0x53501db3
|
||||
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x5cafedb3
|
||||
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME riscv -chain-position $_TARGETNAME -coreid 0x3e0
|
||||
|
|
|
|||
Loading…
Reference in a new issue