Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16609 Discussions

Power analysis flow from OpenCL

Altera_Forum
Honored Contributor II
1,709 Views

Hi guys, 

 

I'm trying to figure out if I can carry out a power analysis on a kernel I have without firing up Quartus PowerPlay. My knowledge of Quartus and all that entails is lacking so if there was some way I could get the same output via OpenCL it would save me a good deal of effort. Cheers!
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
486 Views

Go inside the folder that is generated by AOC and run "quartus_pow top.qpf". This will generate the power report in text format after a few minutes. Of course the estimation will be done with default settings since you are not supplying signal activity info.

0 Kudos
Altera_Forum
Honored Contributor II
486 Views

Thanks for replying. I was hoping to actually supply signal activity but I'm struggling in generating vcd files via OpenCL. Doesn't seem to be any easy way to do this. The verilog generated isn't to amenable to simulation in modelsim

0 Kudos
Altera_Forum
Honored Contributor II
486 Views

Judging by all the IP Cores and hundreds, if not thousands, of input and output signals involved when OpenCL is used, I don't think it would at all be possible to obtain signal activity by simulation, unless Altera specifically provides a tool for it. If you want accurate power measurement, you should probably consider using an external power meter.

0 Kudos
Altera_Forum
Honored Contributor II
486 Views

Yeah, I've come to that conclusion myself. I would have been very useful if I could have generated vcd files from OpenCL execution but it looks like I'll be firing up the DC power analyzer

0 Kudos
Reply