doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.23k stars 370 forks source link

How to get FPGA power consumption? #155

Closed tommygyl closed 3 years ago

tommygyl commented 3 years ago

I want to know how much power my FPGA is, and I haven't found a solution after referring to the manual. How is the power consumption measured in your paper? And how to open aocl compiled project with quartus? I found that the software will report an error when directly opening the project containing all the kernels. The error is about cra_ring_node and so on. Thank you very much! 十分感谢!

doonny commented 3 years ago

Here's the solution https://github.com/doonny/PipeCNN/issues/96