debug: Don't halt out of reset. It's unrealistic. Use a program which loops (actually...
[riscv-tests.git] / debug / targets / spike / openocd.cfg
index 881d74517976cf6a18d0da64e69443786cabfd55..29f504063de034aa26f9a7e8694f3f1727455bea 100644 (file)
@@ -13,5 +13,6 @@ target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
 gdb_report_data_abort enable
 
 init
-
 halt
+
+echo "Ready for Remote Connections"
\ No newline at end of file