Developer Guide

FPGA Development for Intel® oneAPI Toolkits with Visual Studio Code on Linux*

ID 767851
Date 3/22/2024
Public

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 FPGA Optimization Report section in the FPGA Optimization Guide for Intel® oneAPI Toolkits.

  1. Ensure that you are in the build directory in the VS Code terminal session.
  2. Run the following command to generate the report:
    make report
  3. Move to the compile_flow_report.prj/reports directory and locate the optimization report you generated.
    cd compile_flow_report.prj/reports
  4. Use the following command to launch the report in the Mozilla Firefox* browser:
    firefox report.html