From a5f84eecc4f7ffc698d57724f49d6aa8ce996e5c Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Fri, 3 Mar 2017 15:13:11 -0800 Subject: Resurrect spike debug support --- debug/targets/spike/openocd.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debug/targets/spike/openocd.cfg (limited to 'debug/targets') diff --git a/debug/targets/spike/openocd.cfg b/debug/targets/spike/openocd.cfg new file mode 100644 index 0000000..5389da8 --- /dev/null +++ b/debug/targets/spike/openocd.cfg @@ -0,0 +1,17 @@ +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 + +gdb_report_data_abort enable + +init + +halt -- cgit v1.1