Visible to Intel only — GUID: jzv1573055111480
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: jzv1573055111480
Ixiasoft
2.2. The Project Directory
The project directory ( <result>.prj) that the Intel® HLS Compiler Standard Edition outputs has four subdirectories.
Directory | Description |
---|---|
components | Contains a folder for each component, and all HDL and IP files that are needed to use that component in a design. |
verification | Contains all the files for the verification testbench. |
reports | Contains reports with information that is useful for analyzing the hardware implementation of the synthesized components. |
quartus | Contains an Intel® Quartus® Prime project that instantiates the components. You can compile this Intel® Quartus® Prime project to generate more detailed timing and area reports. Do not use the contents of this subdirectory to integrate your component in a design. Use the contents of the components directory. |