Visible to Intel only — GUID: GUID-A20A62B4-5FF6-4335-831A-AB08C800D396
Visible to Intel only — GUID: GUID-A20A62B4-5FF6-4335-831A-AB08C800D396
Adding IP into an Intel® Quartus® Prime Project
To use the IP component generated by the Intel® oneAPI DPC++/C++ compiler in an Intel® Quartus® Prime project, you must first add the .ip file to the project.
The .ip file contains information to add to all 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.
Follow these steps:
Create an Intel Quartus Prime Pro Edition project.
Open the Platform Designer and select your IP from the oneAPI folder.
For your IP to be in the oneAPI folder, either create the project in the same directory that contains the generated IP project or add the file path.
Create the rest of your Intel Quartus Prime software project.
For an example of how to instantiate the IP component top-level module, examine the <result>.prj/<project_name>_di_inst.v file.