sli30
New Contributor
7 years agoHow to analyze the power of OpenCL code in Arria 10
Dear all,
I know that I can use Early Power Estimator or Power Analyzer to analyze the power of RTL code in Quartus.
My question is: now I have an OpenCL code, how to get the power value of OpenCL code? When I use "aoc xx.cl -o xx.aocx" it can automatically generate some RTL codes, but the codes are too complex including some DDR, components, libraries or other verilog files. Can I use Quartus to analyze the automatically generated RTL codes? I tried to add those RTL files to Quartus, however, a lot of errors generated. Does anyone can give me a guidance or example how to correct analyze the generated RTL files from OpenCL code? Thank you so much!