Skip to content

Commit 27b42ca

Browse files
Use GNU IO hostlink with nSIM gdb server
Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
1 parent be16a2e commit 27b42ca

File tree

1 file changed

+2
-1
lines changed
  • com.arc.embeddedcdt/src/com/arc/embeddedcdt/launch

1 file changed

+2
-1
lines changed

com.arc.embeddedcdt/src/com/arc/embeddedcdt/launch/Launch.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,8 @@ else if (external_tools.equalsIgnoreCase("nSIM")&&external_tools_launch.equalsIg
420420
+ java.io.File.separator + "systemc"
421421
+ java.io.File.separator + "configs"
422422
+ java.io.File.separator + "nsim_av2em11.props";
423-
String[] nsim_cmd = { nsim_exec, "-gdb", "-propsfile",
423+
// Enable GNU IO Hostlink
424+
String[] nsim_cmd = { nsim_exec, "-gdb", "-on", "nsim_emt", "-propsfile",
424425
nsimProps };
425426

426427
DebugPlugin.newProcess(launch,

0 commit comments

Comments
 (0)