Visible to Intel only — GUID: GUID-D18E8201-3390-4190-955F-FA93DC072FB6
Visible to Intel only — GUID: GUID-D18E8201-3390-4190-955F-FA93DC072FB6
Add an RTL IP Core into a Quartus Prime Project
To use the RTL IP core generated by the Intel® oneAPI DPC++/C++ compiler in a 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 core. It also applies to any core-specific Quartus® Prime Settings File (.qsf) settings that are necessary for IP synthesis.
Follow these steps:
- Create an 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 Quartus® Prime software project.
For an example of how to instantiate the RTL IP core top-level module, examine the <project_name>.prj/<project_name>_di_inst.sv file.