Skip to content

Commit afbfc93

Browse files
author
Pavel S. Smirnov
committed
chore(tcl/target/syntacore_riscv.cfg) remove all -expected-id
1 parent 01f0c89 commit afbfc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcl/target/syntacore_riscv.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ proc init_targets {} {
22
adapter_khz 2000
33
reset_config trst_and_srst
44
set _CHIPNAME riscv
5-
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0xdeb13001 -expected-id 0xdeb14001 -expected-id 0xdeb15001
5+
jtag newtap $_CHIPNAME cpu -irlen 5
66

77
set _TARGETNAME $_CHIPNAME.cpu
88
target create $_TARGETNAME riscv -endian little -chain-position $_TARGETNAME -coreid 0

0 commit comments

Comments
 (0)