aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/spike/openocd.cfg
blob: 29f504063de034aa26f9a7e8694f3f1727455bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
adapter_khz     10000

interface remote_bitbang
remote_bitbang_host $::env(REMOTE_BITBANG_HOST)
remote_bitbang_port $::env(REMOTE_BITBANG_PORT)

set _CHIPNAME riscv
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913

set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv

gdb_report_data_abort enable

init
halt

echo "Ready for Remote Connections"