Intel® Quartus® Prime Standard Edition User Guide: Third-party Simulation
ID
683080
Date
9/24/2018
Public
A newer version of this document is available. Customers should click here to go to the newest version.
1.1. Simulator Support
1.2. Simulation Levels
1.3. HDL Support
1.4. Simulation Flows
1.5. Preparing for Simulation
1.6. Simulating Intel® FPGA IP Cores
1.7. Using NativeLink Simulation ( Intel® Quartus® Prime Standard Edition)
1.8. Running a Simulation (Custom Flow)
1.9. Simulating Intel FPGA Designs Revision History
2.2.1. Using ModelSim-Intel FPGA Edition Precompiled Libraries
2.2.2. Disabling Timing Violation on Registers
2.2.3. Passing Parameter Information from Verilog HDL to VHDL
2.2.4. Increasing Simulation Speed
2.2.5. Simulating Transport Delays
2.2.6. Viewing Simulation Messages
2.2.7. Generating Power Analysis Files
2.2.8. Viewing Simulation Waveforms
2.2.9. Simulating with ModelSim-Intel FPGA Edition Waveform Editor
3.2.3. Generating Power Analysis Files
You can generate a Verilog Value Change Dump File (.vcd) for power analysis in the Intel® Quartus® Prime software, and then run the .vcd from the VCS software. Use this .vcd for power analysis in the Intel® Quartus® Prime power analyzer.
To generate and use a .vcd for power analysis, follow these steps:
- In the Intel® Quartus® Prime software, click Assignments > Settings.
- Under EDA Tool Settings, click Simulation.
- Turn on Generate Value Change Dump file script, specify the type of output signals to include, and specify the top-level design instance name in your testbench.
- Click Processing > Start Compilation.
- Use the following command to include the script in your testbench where the design under test (DUT) is instantiated:
include <revision_name>_dump_all_vcd_nodes.vNote: Include the script within the testbench module block. If you include the script outside of the testbench module block, syntax errors occur during compilation.
- Run the simulation with the VCS command. Exit the VCS software when the simulation is finished and the <revision_name> .vcd file is generated in the simulation directory.