Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: mwh1410471015343
Ixiasoft
Visible to Intel only — GUID: mwh1410471015343
Ixiasoft
2.3.2. Intel® Quartus® Prime Tcl API Help
- This command opens the Intel® Quartus® Prime Command-Line and Tcl API help browser, which documents all commands and options in the Intel® Quartus® Prime Tcl API. At a system command prompt, access the Intel® Quartus® Prime Tcl API Help by typing:
quartus_sh --qhelp
- The Tcl API Help can be accessed from the Tcl console as well. At a Tcl prompt, type
to access the help information. The output is:help
Help Command | Description |
---|---|
|
Displays complete list of available Intel® Quartus® Prime Tcl packages. |
|
Explains how to load Tcl packages and access command-line help. |
|
Displays help commands of the Intel® Quartus® Prime package that you specify, including the list of available Tcl commands.
|
or |
Displays the short help of a Intel® Quartus® Prime Tcl command in a loaded package. Examples: |
|
Loads a specific version of an Intel® Quartus® Prime Tcl package. If you do not specify -version, the Intel® Quartus® Prime software loads the latest version of the package. Example: This command is similar to the load_package command |
|
Allows you to alternate between different versions of the same package. Example: |
or |
Displays the complete help text for an Intel® Quartus® Prime Tcl command. If you do not specify -version, the Intel® Quartus® Prime software loads the latest version of the package. Examples: |
|
Displays examples of Intel® Quartus® Prime Tcl usage. |
|
To view help on the predefined global Tcl array that contains project information and information about the Intel® Quartus® Prime executable that is currently running. |
|
Launches the Tk viewer for Intel® Quartus® Prime command-line help and display help for the command-line executables and Tcl API packages. |
|
To view help on the predefined global Tcl array that contains delay model information and speed grade information of a Timing Analyzer design that is currently running. |
The Tcl API help is also available in Intel® Quartus® Prime online help. Search for the command or package name to find details about that command or package.