hello_world_1 nios ii hw configuration.launch
来自「基于ALTERA公司的NIOSII的GPS信息接收系统的设计」· LAUNCH 代码 · 共 20 行
LAUNCH
20 行
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="com.altera.nj.launch.HWLaunch">
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_ID" value="com.altera.nj.debug.core.NJGDBDebugger"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
<stringAttribute key="com.altera.nj.launch.PTF_CPU" value="cpu_0"/>
<stringAttribute key="com.altera.nj.launch.PTF_NAME" value="D:\GPS\gps_system.ptf"/>
<stringAttribute key="com.altera.nj.launch.REMOTE_PORT" value="4337"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="run"/>
<booleanAttribute key="com.altera.nj.launch.USE_ALTERA_GENERATED_GDB_SCRIPT" value="true"/>
<booleanAttribute key="com.altera.nj.launch.LAUNCH_FS2" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8"?> <memoryBlockExpressionList/> "/>
<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="hello_world_1"/>
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="<?xml version="1.0" encoding="UTF-8"?> <globalVariableList/> "/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/hello_world_1.elf"/>
<booleanAttribute key="com.altera.nj.launch.VALIDATE_HW_SYSID" value="true"/>
<intAttribute key="com.altera.nj.launch.DEBUG_TARGET" value="1"/>
<stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value="D:\GPS\hello_world_1_syslib\Debug\system_description\generated.gdb"/>
</launchConfiguration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?