Developer Guide
Generate and View the FPGA Optimization Report
The FPGA optimization report can provide high-level details about your application performance even before you run an actual FPGA hardware image.
NOTE:
The report is generated by the Intel® oneAPI DPC++/C++ Compiler in the form of HTML pages that you can view in a web browser. For more information about using the FPGA optimization report for achieving best performance, refer to the Review the report.html section in the FPGA Optimization Guide for Intel® oneAPI Toolkits.
- Ensure that you are in the build directory in the VS Code terminal session.
- Run the following command to generate the report:
make report
- Move to the compile_flow_report.prj/reports directory and locate the optimization report you generated.
cd compile_flow_report.prj/reports
- Use the following command to launch the report in the Mozilla Firefox* browser:
firefox report.html