You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
301 B
15 lines
301 B
2 years ago
|
adapter driver remote_bitbang
|
||
|
remote_bitbang_host localhost
|
||
|
remote_bitbang_port 9824
|
||
|
|
||
|
set _CHIPNAME riscv
|
||
|
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
|
||
|
|
||
|
set _TARGETNAME $_CHIPNAME.cpu
|
||
|
target create $_TARGETNAME riscv -chain-position $_TARGETNAME
|
||
|
|
||
|
gdb_report_data_abort enable
|
||
|
|
||
|
init
|
||
|
halt
|