Simulate with VWF
quartus_simulate_vwfRun Quartus II simulation using vector source files (VWF, CVWF, VEC, TBL, SCF, VCD) in functional or timing mode, with optional functional netlist generation.
Instructions
Run Quartus II simulation using a .vwf/.cvwf/.vec/.tbl/.scf/.vcd vector source. For functional simulation, it can first generate the functional simulation netlist with quartus_map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| installRoot | No | Quartus root. Accepts either the Quartus install directory or its parent. | |
| use64bit | No | Use quartus/bin64 when available. Defaults to true. | |
| projectPath | No | Path to a .qpf file or project directory. | |
| projectDir | No | Project directory. Relative paths are resolved from the workspace root. | |
| projectName | No | Quartus project name without .qpf. | |
| revision | No | Quartus revision name. Defaults to the active revision in the .qpf. | |
| vwfFile | No | Vector source file. Defaults to VECTOR_INPUT_SOURCE or VECTOR_WAVEFORM_FILE from the QSF. | |
| mode | No | Simulation mode. Defaults to functional. | |
| generateFunctionalNetlist | No | Run quartus_map --generate_functional_sim_netlist before functional simulation. Defaults to true for functional mode. | |
| checkOutputs | No | Pass --check_outputs=on/off. | |
| overwriteWaveform | No | Pass --overwrite_waveform=on/off. Defaults to true. | |
| resultsFormat | No | Simulation results format. | |
| simArgs | No | Extra arguments appended to quartus_sim. | |
| timeoutSeconds | No | ||
| maxOutputBytes | No | ||
| dryRun | No |