ps2 nios ii hw configuration.launch
来自「altera DE1 SD_CARD带写入一个扇区功能的程序」· LAUNCH 代码 · 共 16 行
LAUNCH
16 行
<?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"/>
<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="PS2"/>
<stringAttribute key="com.altera.nj.launch.PTF_CPU" value="cpu"/>
<stringAttribute key="com.altera.nj.launch.PTF_NAME" value="F:\NIOS2\test05\cpu03.ptf"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/PS2.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.launch.DEBUGGER_START_MODE" value="run"/>
<stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value="F:\NIOS2\test05\software\PS2_syslib\Debug\system_description\generated.gdb"/>
<booleanAttribute key="com.altera.nj.launch.USE_ALTERA_GENERATED_GDB_SCRIPT" value="true"/>
<booleanAttribute key="com.altera.nj.launch.LAUNCH_FS2" value="false"/>
</launchConfiguration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?