You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to see the total utilization of the resources(number of FFs,BRAMs etc.) with hw_emu target with vitis analyzer. But as you can see in the picture I cant see any data. Here what I use in my cmake file to build the system:
Sadly, there is no GUI for resource utilization yet. I couldn't find a proper interface to attach the resource utilization information to RTL kernels in Vitis/Vivado either.
If you just want to have some ideas about the resource utilization of your design, there is a text report, available under TAPA's work directory, named report.yaml. It is not as fancy as the Vitis analyzer GUI, but should be sufficiently readable for debugging purposes.
Environment
I am trying to see the total utilization of the resources(number of FFs,BRAMs etc.) with hw_emu target with vitis analyzer. But as you can see in the picture I cant see any data. Here what I use in my cmake file to build the system:
Are there any way to do it like we do it with vitis hls?
Thanks in advance
The text was updated successfully, but these errors were encountered: