Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.4.5. Customizing Startup

You can customize your System Console environment, as follows:
  • Add commands to the system_console_rc configuration file located at:
    • <$HOME>/system_console/system_console_rc.tcl
    The file in this location is the user configuration file, which only affects the owner of the home directory.
  • 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® II 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.