--- Quote Start ---
The power consumption will definitely change during computation; however, your kernel might be too fast/short for the reading to show up, or the the provided power monitor might not actually work correctly. I have written my own power measurement functions for non-reference boards based on the manufacturers' API, and I have seen differences up to 30 Watts between idle (but configured) and computing states on the FPGA.
--- Quote End ---
Hi HRZ
Thanks for the reply. I read your paper on Evaluating and Optimizing OpenCL Kernels for High Performance Computing with FPGAs, it has been really helpful.
In the paper, the power measurements you gave include everything like on-board memory, so you are not subtracting the idle power from computing states power right?
Thanks.