Altera_Forum
Honored Contributor
15 years agoPower simulation
Hi.
I have a design that I'd like to run through a power simulation before I actually program it into the device (Stratix III). I'd like to check some different operating modes of the design and see how it affects the power consumption (to be exact, I'd like to see which operating modes might damage the circuit). As I understood, it is possible to specify the exact design inputs through an output VCD file of the timing simulation, and use that file for an accurate power simulation of the FPGA. I ran a short simulation with all the chip's input and output ports and put the created VCD file into the PowerPlay analyzer input. After running the simulation I saw that the power estimation was about the same in comparison to running it without an input file (vectorless estimation). Looking in the report, under the "Confidence Metric Details" I see that the data source under "Simulation (from file)" is about 0.1%, and the data source under "Vectorless estimation" is 99.9%. That leads me to believe that the simulation didn't use the VCD file as much as I thought. Did I do something wrong?