A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: mwh1410384198437
Ixiasoft
Visible to Intel only — GUID: mwh1410384198437
Ixiasoft
7.2.1. Customizing System Console Startup
- Add commands to the system_console_rc configuration file located at:
- <$HOME>/system_console/system_console_rc.tcl
- Specify your own design startup configuration file with the command-line argument --rc_script=<path_to_script> , when you launch System Console from the Nios V command shell.
- Use the system_console_rc.tcl file in combination with your custom rc_script.tcl file. In this case, the system_console_rc.tcl file performs System Console actions, and the rc_script.tcl file performs your debugging actions.
On startup, System Console automatically runs the Tcl commands in these files. The commands in the system_console_rc.tcl file run first, followed by the commands in the rc_script.tcl file.