Early Power Estimator User Guide

ID 683272
Date 7/16/2021
Public
Document Table of Contents

4.1. Toggle Rate

The toggle rates specified in the EPE spreadsheet can have a large impact on the dynamic power consumption displayed. To obtain an accurate estimate, you must input toggle rates that are realistic. Determining realistic toggle rates requires knowing what kind of input the FPGA is receiving and how often it toggles.

To get an accurate estimate if the design is not complete, isolate the separate modules in the design by functionality and estimate the resource usage along with the toggle rates of the resources. The easiest way to accomplish this is to leverage previous designs to estimate the toggle rates for modules with similar functionality.

The input data in the following figure is encoded for data transmission and has a roughly 50% toggle rate.

Figure 29. Decoder and Encoder Block Diagram
In this case, you must estimate the following:
  • Data toggle rate
  • Mod input toggle rate
  • Resource estimate for the Decoder module, RAM, Filter, Modulator, and Encoder
  • Toggle rate for the Decoder module, RAM, Filter, Modulator, and Encoder

You can generate these estimates in many ways. If you used similar modules in the past with data inputs of roughly the same toggle rate, you can leverage that information. If MATLAB simulations are available for some blocks, you can obtain the toggle rate information. If the HDL is available for some of the modules, you can simulate them.

If the HDL is complete, the best way to determine toggle rate is to simulate the design. The accuracy of toggle rate estimates depends on the accuracy of the input vectors. Therefore, determining whether or not the simulation coverage is high gives you a good estimate of how accurate the toggle rate information is.

The Intel® Quartus® Prime software can determine toggle rates of each resource used in the design if you provide information from simulation tools. Designs can be simulated in many different tools and the information provided to the Intel® Quartus® Prime software through a Signal Activity File (.saf). The Intel® Quartus® PrimePower Analyzer provides the most accurate power estimate. You can import the Comma-separated Value file (.csv) from the Intel® Quartus® Prime software into the EPE spreadsheet for estimating power after your design is complete.