The Quartus® II command-line commands allow you to operate the Quartus II software from a UNIX or DOS prompt.
Altera® strongly recommends that you not use a slash (/ ) preceding command-line commands from a UNIX prompt as this may cause serious problems. In addition, you cannot use the slash (/ ) preceding command-line commands from a DOS prompt when operating the command-line version of the Quartus II software. |
The following Quartus II command-line commands are available when you are operating the Quartus II graphical user interface:
Commands to Enter from a UNIX or DOS Prompt | Commands to Enter from a DOS Prompt | Description |
---|---|---|
quartus -regserver |
quartus /regserver |
Registers the Quartus II software by adding entries to the system registry, which the Quartus II software uses during operation. After the command completes successfully, you can start the Quartus II software. Although generally needed only at the time of installation, the command fixes system registry corruption or problems running the Quartus II software. |
quartus -reset_desktop |
quartus /reset_desktop |
Resets the default settings for the entire desktop in the Quartus II software by clearing out all stored dockable window position settings, toolbar position settings, and toolbar customization. After the command completes successfully, you can then start the Quartus II software. You can also type this command to fix problems relating to registry corruption (for example, if the desktop section of the registry is corrupted). |
quartus -h |
quartus /h |
Brings up Help and opens this topic: "Quartus II Command-Line Syntax." |
quartus -? |
quartus /? |
Brings up Help and opens this topic: "Quartus II Command-Line Syntax." |
quartus -f <script_file> |
quartus /f <script_file> |
Starts the Quartus II software and runs the script specified by <script_file>. |
The following Quartus II command-line commands are available when you are operating the command-line version of the Quartus II software:
Commands to Enter from a UNIX or DOS Prompt | Description |
---|---|
quartus_cmd |
Brings up Quartus II command-line Help, which includes information about the Quartus II version number. |
quartus_cmd -h |
Brings up Quartus II command-line Help, which includes information about the Quartus II version number. |
quartus_cmd -? |
Brings up Quartus II command-line Help, which includes information about the Quartus II version number. |
quartus_cmd -f <script_file> |
Starts the command-line version of the Quartus II software and runs the script specified by <script_file>. |
quartus_cmd <project_name> -c <CSF> |
Compiles the design with the Compiler Settings File (.csf) (specified by <CSF>) in the project (specified by <project_name>). |
quartus_cmd <project_name> -s <SSF> |
Simulates the design with the Simulator Settings File (.ssf) (specified by <SSF>) in the project (specified by <project_name>). |
quartus_cmd <project_name> -w <Software Build Settings File> |
Builds the design with the Software Build Settings File (.fsf) (specified by <Software Build Settings File>) in the project (specified by <project_name>). |
quartus_cmd <project_name> -c <CSF> » <name>.txt |
Saves messages to a text file (specified by <name>.txt ) during a compilation, rather than waiting until the completion of the compilation of a project (specified by <project_name>) with the Compiler Settings File (.csf) (specified by <CSF>). You can view messages after compilation, regardless of how compilation is terminated. |
- PLDWorld - |
|
Created by chm2web html help conversion utility. |