The project directory (
<result>.prj) that the
Intel® HLS Compiler Pro 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 the High-Level Design Reports. The High-Level Design Reports are a set of reports and viewers that you open in a web browser. Use the reports to analyze the synthesized hardware implementation of your components and tasks. |
| quartus | Contains an
Quartus® Prime project that
instantiates the components. You can compile this
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. |