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

ID 683819
Date 12/12/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

8.9. Running System Console in Command-Line Mode

You can run System Console in command line mode and either work interactively or run a Tcl script. System Console prints the output in the console window.
  • --cli—Runs System Console in command-line mode.
  • --project_dir=<project dir> —Directs System Console to the location of your hardware project. Also works in GUI mode.
  • --script=<your script>.tcl—Directs System Console to run your Tcl script.
  • --help— Lists all available commands. Typing --help <command name> provides the syntax and arguments of the command.

System Console provides command completion if you type the beginning letters of a command and then press the Tab key.