Intel® High Level Synthesis Compiler Pro Edition: User Guide

ID 683456
Date 10/04/2021
Public

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

Document Table of Contents

8.1. Adding the HLS Compiler-Generated IP into an Intel® Quartus® Prime Pro Edition Project

To use the IP generated by the Intel® HLS Compiler in an Intel® Quartus® Prime Pro Edition project, you must first add the .ip file to the project.
The .ip file contains information to add to all of the necessary HDL files for the component. It also applies to any component-specific Intel® Quartus® Prime Settings File (QSF) settings that are necessary for IP synthesis.
  1. Create an Intel® Quartus® Prime Pro Edition project.
  2. Click Project > Add/Remove Files in Project.
  3. In the Settings dialog box, browse to and select the component .ip file:
    For example, <result>.prj/components/<component_name>/<component_name>.ip
  4. Instantiate the component top-level module in the Intel® Quartus® Prime project. For an example on how to instantiate the component's top-level module, refer to the <result>.prj/components/<component_name>/<component_name>_inst.v file.