About

This is the webpage of our ECE5760 final project. We built a power estimator that calculates the power consumption of an FPGA. We established I2C connection between the FPGA and a current sensor by following the protocol specified by the ACS711 sensor. Since the voltage across the power adapter is always at 12V, we were able to calculate the unit energy using V x I x dt. Both dynamic and average power were provided in our design. Through testing, we were able to observe significant difference in power consumption between using ethernet cable and using serial to communicate with the FPGA. Read about our project to find out more details!

You can view our code on GitHub.