Forum Discussion

ADua0's avatar
ADua0
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

Power measurement of Arria 10 FPGA

Hi,

I want to calculate the power consumption of fpga when I am running my opencl code on Arria 10 FPGA, is there any tool that can help me measure power

6 Replies

  • HRZ's avatar
    HRZ
    Icon for Frequent Contributor rankFrequent Contributor

    What board are you using? Nallatech and Bittware Arria 10 boards come with on-board power sensors and they provide exampels in their documentation as to how the sensor can be read in standard C code. I think Intel's reference board also comes with some power measurement tool. For other boards, you should probably consult the board manufacturer to see if they provide a power sensor on the board. If not, you will be limited to either using a PCI-E riser cable and measuring power on that, which would be accurate but potentially dangerous (due to possibility of shorting during measurement), or use a Plug-In Power Meter and subtract the measured power consumption with and without the board, to get the board power usage, but this will be highly inaccurate.