Altera_Forum
Honored Contributor
15 years agoProblem with PowerPlay Power Analyser
Hi,
I am new to FPGA world. I want to measure power by Quartus PowerPlay of an 8 bit counter. I simulated it with a test bench in ModelSim and generated VCD file. (Attached: counter.vhd) I used the following commands to get VCD from ModelSim Altera: vsim> vcd file vcdtest.vcd vsim> vcd add -r /* vsim> run 2us vsim> vcd checkpoint vsim> quit -sim Then in Quartus, i chose Cyclone II FPGA device. I assinged the generaed VCD file to get the toggle rates. Also, enabled glitch filtering. But, I am getting "Low" confidence level for power estimation in the report. I tried several designs to estimate power in the above methed. But, the power consumption is always around 110mw and the confidence level is "LOW". please let me know where I am doing wrong? please help...