Fix tests to work in multi-gdb mode.
[riscv-tests.git] / debug / targets / RISC-V / spike-1.cfg
1 adapter_khz 10000
2
3 interface remote_bitbang
4 remote_bitbang_host $::env(REMOTE_BITBANG_HOST)
5 remote_bitbang_port $::env(REMOTE_BITBANG_PORT)
6
7 set _CHIPNAME riscv
8 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
9
10 set _TARGETNAME $_CHIPNAME.cpu
11 target create $_TARGETNAME riscv -chain-position $_TARGETNAME
12
13 gdb_report_data_abort enable
14
15 init
16 reset halt