Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMeasure Power on DE2
Hi everybody, I am using Altera DE2 board for the implementation of some VHDL designs. I wonder is it possible to find the way to MEASURE the power consumed by the design? Could I, hypothet...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Dividing the measured differential voltage on the new R53 resistor with its nominal value I obtain the current value (Idesign). Idesign*1.2V=Ptotal_measured ! Am I right ? :D --- Quote End --- Yes. Here's what I have done in the past; 1) Create a design with a block of control registers with control bits. 2) Route a control bit to a block of registers that can be enabled to toggle (50-percent duty cycle). 3) Write a Modelsim simulation to generate a .vcd file for various numbers of toggling registers enabled, and use Quartus to provide power estimates. 4) Download the design to the board, and enable various numbers of toggling registers, and measure the power. 5) Compare (3) and (4) to see how good the estimates are. I think I saw an agreement within the 10% to 20% range. Cheers, Dave