Visible to Intel only — GUID: mwh1410383475430
Ixiasoft
1.1. Intel FPGA Simulation Essential Elements
1.2. Overview of Simulation Tool Flow
1.3. Simulation Tool Flow
1.4. Supported Simulation Types
1.5. Supported Simulation Flows
1.6. Supported Hardware Description Languages
1.7. Supported Simulators
1.8. Using NativeLink Simulation ( Intel® Quartus® Prime Standard Edition)
1.9. Intel FPGA Simulation Basics Revision History
Visible to Intel only — GUID: mwh1410383475430
Ixiasoft
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.