Pvt_temperature=<value_in_c, Pvt_timing_model_type=<slow|fast, Pvt_voltage=<value_in_mv – Altera Quartus II Scripting User Manual

Page 103: Rev=<revision name, Saf_output=<target file, Simulation_results_format=<vwf|cvwf|vcd, Simulation_results_format=<vwf|cvwf|vcd> –77

Advertising
background image

Chapter 2: Command-line Executables

2–77

quartus_sim

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

--pvt_temperature=<value_in_C>

Option to specify the device temperature (C) to use when running timing simulation with PVT timing
model.

--pvt_timing_model_type=<slow|fast>

Option to specify the type of PVT timing model type to use for timing simulation.

--pvt_voltage=<value_in_mV>

Option to specify the device voltage (mV) to use when running timing simulation with PVT timing model.

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

--saf_output=<target file>

Option to specify generation of the Signal Activity File as well as the name of the generated Signal Activity
File.

The file will always be written to the project directory.

--simulation_results_format=<VWF|CVWF|VCD>

Specifies the file format for the vector file that contains the results from simulation.

--vector_comparison_rule_value_0=<0,1,X,L,H,W,Z,U and/or DC>

Specifies the waveform comparison rule for signal value 0: 0, 1, X, L, H, W, Z, U and/or DC. Example:
"0,L,DC"

--vector_comparison_rule_value_1=<0,1,X,L,H,W,Z,U and/or DC>

Specifies the waveform comparison rule for signal value 1 : 0, 1, X, L, H, W, Z, U and/or DC. Example:
"1,H,DC"

--vector_comparison_rule_value_dc=<0,1,X,L,H,W,Z,U and/or DC>

Specifies the waveform comparison rule for signal value DC: 0, 1, X, L, H, W, Z, U and/or DC. Example:
"0,1,X,L,H,W,Z,U,DC"

--vector_comparison_rule_value_h=<0,1,X,L,H,W,Z,U and/or DC>

Specifies the waveform comparison rule for signal value H : 0, 1, X, L, H, W, Z, U and/or DC. Example:
"1,H,DC"

Advertising