hello_world Nios II Hardware configuration.launch 1.2 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <launchConfiguration type="com.altera.sbtgui.launch.hardware.Nios2HardwareLaunchConfiguration">
  3. <stringAttribute key="byteStreamDeviceCableName" value="USB-Blaster on localhost [3-9]"/>
  4. <stringAttribute key="byteStreamDeviceDeviceID" value="1"/>
  5. <stringAttribute key="byteStreamDeviceInstanceID" value="0"/>
  6. <booleanAttribute key="downloadProgram" value="true"/>
  7. <stringAttribute key="elfFile" value="/home/sstudent/HS-Codesign/HS-Codesign/niosii_20201119/software/hello_world/hello_world.elf"/>
  8. <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_ID" value="com.altera.debug.cdi.gdb.plugin.Nios2GdbCdiDebugger"/>
  9. <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="run"/>
  10. <booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/>
  11. <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="hello_world.elf"/>
  12. <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="hello_world"/>
  13. <stringAttribute key="processorCableName" value="USB-Blaster on localhost [3-9]"/>
  14. <stringAttribute key="processorDeviceIndex" value="1"/>
  15. <stringAttribute key="processorInstanceId" value="0"/>
  16. <booleanAttribute key="runProgram" value="true"/>
  17. </launchConfiguration>