SDAccel + RTL kernel utilization and timing report

0

Hi,

Does anybody know how to get utilization and timing reports when using SDAccel + RTL flow?. I was trying to use --report estimate on xocc but it is not reporting anything on the system_estimate.xtxt file. I think this option only works for OpenCL kernels and not for RTL's ones?

Thanks!

xor
asked 5 years ago187 views
2 Answers
0

Hi xor, for RTL kernels the only time this information would be generated would be for a system run as this is the time that the RTL is synthesized. Once a system run is completed, the timing and utilization reports are put in the same folder as the system_estimate is generated in, under the syn and imp folder names.

answered 5 years ago
0

Hi,

Yeah, system_estimate is located under _x/reports/link but the file reporting utilization is under _x/logs/link/syn/pfm_dynamic_KERNEL_NAME_synth_1_runme.log

The reports are not in rpt, txt, or xtxt as they used to. They are now in log files, in case anyone is using find command to look for them.

xor
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions