Intel® High Level Synthesis Compiler Standard Edition: User Guide

ID 683306
Date 12/18/2019
Public
Document Table of Contents

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

To use the IP generated by the Intel® HLS Compiler Standard Edition in an Intel® Quartus® Prime Standard Edition project, you must first add the .qsys file to the project.
The .qsys 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 Standard Edition project.
  2. Click Project > Add/Remove Files in Project.
  3. In the Settings dialog box, browse to and select the component .qsys file.
    For example, <result>.prj/components/<component_name>/<component_name>.qsys
  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.