Visible to Intel only — GUID: jnm1573062448555
Ixiasoft
1. Intel® High Level Synthesis Compiler Standard Edition User Guide
2. Overview of the Intel® High Level Synthesis (HLS) Compiler Standard Edition
3. Creating a High-Level Synthesis Component and Testbench
4. Verifying the Functionality of Your Design
5. Optimizing and Refining Your Component
6. Simulating Your Design
7. Synthesize your Component with Intel® Quartus® Prime Standard Edition
8. Integrating your IP into a System
A. Reviewing the High Level Design Reports (report.html)
B. Limitations of the Intel® HLS Compiler Standard Edition
C. Intel® HLS Compiler Standard Edition User Guide Archives
D. Document Revision History for Intel® HLS Compiler Standard Edition User Guide
Visible to Intel only — GUID: jnm1573062448555
Ixiasoft
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.
- Create an Intel® Quartus® Prime Standard Edition project.
- Click Project > Add/Remove Files in Project.
- In the Settings dialog box, browse to and select the component .qsys file.
For example, <result>.prj/components/<component_name>/<component_name>.qsys
- 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.