C=<revision name, Cell_delay_model_type=<transport|inertial, Check_outputs[=on|off – Altera Quartus II Scripting User Manual

Page 102: Interconnect_delay_model_type=<transport|inertial, Memory_limiter[=on|off, Overwrite_waveform[=on|off, Perform_glitch_filtering=<auto|always|never, Power_vcd_output=<target file, Pvt_multicorner[=on|off, C=<revision name> –76

Advertising
background image

2–76

Chapter 2: Command-line Executables

quartus_sim

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

-c=<revision name>

Refer to the help for --rev=<revision name> on

page 2–77

--cell_delay_model_type=<transport|inertial>

Specifies the type of delay model to be used for cell delays: transport or inertial.

--check_outputs[=on|off]

Option to direct the Simulator to check expected outputs against actual outputs in the Simulation Report.

--interconnect_delay_model_type=<transport|inertial>

Specifies the type of delay model to be used for interconnect delays: transport or inertial.

--memory_limiter[=on|off]

Flushes signal transitions from memory to disk for memory optimization.

--mode=<functional|timing|timing_using_fast_timing_model>

Option to specify the type of simulation to perform. The specified value can be either functional, timing or
timing_using_fast_timing_model (Timing Simulation using Fast Timing Model).

--overwrite_waveform[=on|off]

Option to overwrite simulation input file with simulation results.

--perform_glitch_filtering=<auto|always|never>

Option to specify that the simulator perform glitch filtering when running timing simulation.

The following table displays available values:

--power_vcd_output=<target file>

Option to specify generation of (and a name for) the Value Change Dump file for the PowerPlay Power
Analyzer.

The file is always generated in the project directory.

--pvt_multicorner[=on|off]

Option to specify multicorner PVT timing models to be used for timing simulation.

Value

Description

auto

Perform glitch filtering when running timing simulation only if Signal Activity File
generation is turned on.

always

Always perform glitch filtering when running timing simulation.

never

Do not perform glitch filtering when running timing simulation.

Advertising