Visible to Intel only — GUID: lyu1662591882335
Ixiasoft
4.1. Types of Questa* Intel® FPGA Edition Commands
4.2. Commands to Invoke Questa* Intel® FPGA Edition
4.3. Commands to Compile, Elaborate, and Simulate
4.4. Why You Should Only Use Precompiled Questa Intel FPGA Edition Libraries
4.5. Generating a msim_setup.tcl Simulation Script for RTL Simulation
4.6. Performing RTL Simulation with Questa* Intel® FPGA Edition
4.7. Performing Gate-Level Simulation with Questa* Intel® FPGA Edition
4.3.1.1. Compilation Example 1: Compile File foo.sv into a Logical Library
4.3.1.2. Compilation Example 2: Compile File design1.sv to Default Library (work)
4.3.1.3. Compilation Example 3: Compile All .sv Files into Logical Library foo
4.3.1.4. Compilation Example 4: Compile File foo.sv into Work with Verilog Macro FAST Set to 1
4.3.1.5. Compilation Example 5: File my_pkg.sv Defines SystemVerilog Package my_pkg and File foo.sv Imports my_pkg
4.3.1.6. Compilation Example 6: File my_pkg.sv Defines Systemverilog Package my_pkg and File foo.sv Imports my_pkg
4.3.4.1. Simulation Example 1: Run Simulation Until the End, while Capturing Waveforms of All Top-Level Signals in the Testbench
4.3.4.2. Simulation Example 2: Run Simulation for 30 Milliseconds, while Capturing Waveforms of All Top-Level Signals in the Hierarchy
4.3.4.3. Simulation Example 3: Run Simulation Until the End, while Capturing Waveforms of Top-Level Design Instance
4.7.1. Post-Synthesis and Post-Fit Netlists for Simulation
4.7.2. Files Required for Gate-Level Simulation
4.7.3. Step 1: Generate Gate-Level Netlists for Simulation
4.7.4. Step 2: Identify Simulation Files and Compilation Options for Gate-Level Simulation
4.7.5. Step 3: Determine Elaboration Options for Gate-Level Simulation
4.7.6. Step 4: Assemble and Run the Gate-Level Simulation Script
Visible to Intel only — GUID: lyu1662591882335
Ixiasoft
3.4.1. Supported Simulation Types
You can run different types of simulation, depending on the stage of the Intel® Quartus® Prime design flow:
Simulation Type | Description | Occurs |
---|---|---|
RTL | Simulation of an RTL design consisting of one or more RTL files that you provide as input to the Intel® Quartus® Prime software. These RTL files typically also include the files that the Intel® Quartus® Prime Platform Designer generates for Intel® FPGA IP and systems. You can only simulate HDL RTL files.4. The RTL files can instantiate low level blocks, such as primitives, basic IP functions, and ATOMs, as The Intel Quartus Prime Simulation Library describes. | Can perform before Intel® Quartus® Prime Synthesis |
Post-Synthesis Simulation (Gate-Level) | The Intel® Quartus® Prime software can generate a Verilog HDL or VHDL gate-level netlist after the synthesis stage completes, but before the Fitter stage runs. The resulting netlist is the post-synthesis netlist. The Intel® Quartus® Prime EDA Netlist Writer tool generates the post-synthesis netlist. The post-synthesis netlist is a netlist of low level blocks called ATOMs. The post-synthesis netlist is a purely functional netlist. | Must perform after Intel® Quartus® Prime synthesis |
Post-Fit Simulation (Gate-Level) | The Intel® Quartus® Prime EDA Netlist Writer can generate a Verilog HDL or VHDL gate-level netlist after the Fitter stage completes. The resulting netlist is the post-fit netlist. The post-fit netlist is a netlist of ATOMs that the Fitter placed and routed on the FPGA device. The post-fit netlist is a purely functional netlist.
Note: The post-fit netlist includes chip locations of ATOM instances in commented lines. The post-synthesis netlist does not include this data.
|
Must perform after Intel® Quartus® Prime Fitter |
Note: the Intel® Quartus® Prime software supports post-fit functional simulation, but does not support post-fit timing simulation.
4 You must first convert the non-HDL files to HDL files prior to simulation