I'm now working on a project about AES Hardware Trojan performance based on Zedboard FPGAs, and I need the exact data of the power consumption of the FPGA while it's running my AES algorithm. How can I get it?
Thanks!
I'm now working on a project about AES Hardware Trojan performance based on Zedboard FPGAs, and I need the exact data of the power consumption of the FPGA while it's running my AES algorithm. How can I get it?
Thanks!
Please be more specific. Are you looking for the power consumption of a particular rail? If so, which rail?
Are you familiar with Vivado's power analysis tools?
http://www.xilinx.com/video/hardware/power-estimation-analysis-using-vivado.html
Bryan
Thanks for your reply!
Actually, I want the real-time information about the power consumption of the Zedboard while it's working, rather than the power estimation results.
While the Zedboard is working, I can open the hardware manager to monitor the supply voltage of PS and PL, and I want to monitor the power also.
Thanks!
Hello Allen,
I don't know of a way to monitor the ZedBoard power consumption 'directly'. Per the ZedBoard Users Guide:
A 10mΩ, 1W current sense resistor exists in series with the 12V input power supply. Header J21 straddles this resistor to measure the voltage across this resistor for calculating ZedBoard power. Power is the measured voltage squared divided by the 10mΩ resistance.
This jumper is not connected to the Zynq device for direct monitoring. You might be able to use the connection to create a monitor circuit. If you want to measure rail by rail you would need to remove the individual output inductors and supply power externally.
-Gary
Hi Gary,
Thanks for your answer. I've seen the J21 header and I'll try it soon!
Allen