debug: Use RTOS OpenOCD for Spike for now.
authorMegan Wachs <megan@sifive.com>
Tue, 18 Apr 2017 18:33:35 +0000 (11:33 -0700)
committerMegan Wachs <megan@sifive.com>
Tue, 18 Apr 2017 18:33:35 +0000 (11:33 -0700)
debug/targets/spike/openocd.cfg

index 5389da8f2ab0d9c858ee7de20e395923cee4c4a8..881d74517976cf6a18d0da64e69443786cabfd55 100644 (file)
@@ -8,7 +8,7 @@ set _CHIPNAME riscv
 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
 
 set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME riscv -chain-position $_TARGETNAME
+target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
 
 gdb_report_data_abort enable