[PATCH] sim-scripts/or1ksim: disable waiting for GDB and run the application right away
Hesham ALMatary
heshamelmatary at gmail.com
Thu Apr 2 11:25:11 UTC 2015
---
sim-scripts/or1ksim.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sim-scripts/or1ksim.in b/sim-scripts/or1ksim.in
index 35e6122..6e773f1 100644
--- a/sim-scripts/or1ksim.in
+++ b/sim-scripts/or1ksim.in
@@ -117,7 +117,7 @@ section sim
end
section VAPI
- enabled = 1
+ enabled = 0
server_port = 50000
log_enabled = 1
vapi_log_file = "vapi.log"
@@ -134,8 +134,8 @@ section cpu
end
section debug
- enabled = 1
- rsp_enabled = 1
+ enabled = 0
+ rsp_enabled = 0
rsp_port = 50001
end
--
2.1.0
More information about the devel
mailing list