Visible to Intel only — GUID: mwh1410383458691
Ixiasoft
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
Visible to Intel only — GUID: mwh1410383458691
Ixiasoft
2.2.7. Generating Power Analysis Files
To generate a timing Value Change Dump File (.vcd) for power analysis, you must first generate a <filename>_dump_all_vcd_nodes.tcl script file in the Intel® Quartus® Prime software. You can then run the script from the ModelSim, QuestaSim, or ModelSim-Intel FPGA Edition software to generate a timing .vcd for use 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. For example, if your top level design name is Top, and your testbench wrapper calls Top as instance Top_inst, specify the top level design instance name as Top_inst.
- Click Processing > Start Compilation. The Compiler creates the <filename>_dump_all_vcd_nodes.tcl file, the ModelSim simulation <filename>_run_msim_gate_vhdl/verilog.do file (including the .vcd and .tcl execution lines). Use the <filename>_dump_all_vcd_nodes.tcl to dump all of the signals that you expect for input back into the Power Analysis.
- Elaborate and compile the design in your simulator.
- Source the <filename>_run_msim_gate_vhdl/verilog.do file, and then run the simulation. The simulator opens the .vcd file that contains the dumped signal file transition information.
- Stop the simulation if your testbench does not have a break point.