Electrical – How to know power consumption of core FPGA

fpgaintel-fpgapower-consumption

I am using a DE0-Nano board in my project. It has an Altera Cyclone IV E FPGA chip in it plus other components such as ADC, RAM, etc. When connected to a USB power supply, the DE0-Nano requires around 5V to operate. However, from my research, the Core FPGA only uses 1.2V as its core voltage. When the board draws power, is it possible to identify which is due to the Cyclone IV E FPGA and which is due to the other components? I attached some links to schematics and references. I cannot figure it out on my own. Thanks in advance.

http://www.terasic.com.tw/cgi-bin/page/archive_download.pl?Language=English&No=593&FID=75023fa36c9bf8639384f942e65a46f3

Best Answer

If you are the one who designs hardware implementation - you will know it's power consumption when you use vendors development tools. Xilinx software automatically provides expected power consumption reports. I would expect Altera to provide similar reports as well.

enter image description here

If you do not work with hardware development directly, then it would be difficult to determine only the core power consumption, if it is not specified. You would need a board schematic to know which points to tap in that supply only the FPGAs core. This would likely involve breaking physically the circuits/traces to measure the current, given that they are exposed (not within the board layers).