Important: You must specify the
--save-temps
option during the build process to preserve
the intermediate files produced by Vitis HLS,
including the reports. The HLS report and HLS guidance are only generated for hardware
emulation and system builds for C and OpenCL
kernels. They are not generated for software emulation or RTL kernels.The HLS report can be viewed through the Vitis analyzer by opening the <output_filename>.compile_summary or the <output_filename>.link_summary for the
application project. The <output_filename>
is the output of the v++
command.
You can launch the Vitis analyzer and open the report using the following command:
vitis_analyzer <output_filename>.compile_summary
When the Vitis analyzer opens, it displays the Compile Summary and a collection of reports generated during the compile process. Refer to Using the Vitis Analyzer for more information.