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

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

2.7. 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.