Disable, Enable, Lai_file=<.lai file – Altera Quartus II Scripting User Manual

Page 111: Logic_analyzer_interface, Rev=<revision name, Signaltap, Stp_file=<.stp, Disable –85 --enable –85, Rev=<revision name> –85, Signaltap –85 --stp_file=<.stp> –85

Advertising
background image

Chapter 2: Command-line Executables

2–85

quartus_stp

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

Example:

quartus_stp <project name> --create_signaltap_hdl_file --stp_file=<filename>

--disable

Option to disable either the SignalTap

®

II Logic Analzyer or the Logic Analyzer Interface in the Quartus II

Settings File (.qsf).

Example:

quartus_stp <project_name> --disable --signaltap
quartus_stp <project_name> --disable --logic_analyzer_interface

If neither --logic_analyzer_interface or --signaltap is used, both tools are disabled.

--enable

Option to enable either the SignalTap

®

II Logic Analyzer or the Logic Analyzer Interface in the Quartus II

Setting File (.qsf).

Example:

quartus_stp <project_name> --enable --signaltap --stp_file=<filename>
quartus_stp <project_name> --enable --logic_analyzer_interface --lai_file=<filename>

If neither --logic_analyzer_interface or --signaltap is used, both tools are enabled.

--lai_file=<.lai file>

Option to specify which Logic Analyzer Interface file (.lai) to use for processing. If you do not specify a file
name, the file name defined in the Quartus II Settings File (.qsf) is used by default. If there is no file name
defined in the QSF, you must specify a valid file name.

--logic_analyzer_interface

Option to set the enable option or disable option to affect the Logic Analyzer Interface settings only.

--rev=<revision name>

Option to specify which revision and its associated Quartus II Settings File (.qsf) to use.

This option directs the Quartus

®

II software to use the existing settings in the specified revision's QSF, if

any. However, all arguments passed from command line and all assignments obtained from the database
override assignments from the QSF.

If not specified, the revision name is assumed to be the same as that of the project. Altera

®

recommends

using the same name for the project and the revision to avoid the use of this option.

--signaltap

Option to set the enable option or disable option to affect SignalTap II settings only.

--stp_file=<.stp>

Option to specify which SignalTap

®

II File (.stp) to use for processing. If you do not specify a file name, the

file name defined in the Quartus II Settings File (.qsf) is used by default. If there is no file name defined in
the QSF, you must specify a valid file name.

Advertising