Developer Guide

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

ID 767851
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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.

  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