Visible to Intel only — GUID: GUID-3EF836FE-1421-49F1-8BEE-8223D0BE5645
Visible to Intel only — GUID: GUID-3EF836FE-1421-49F1-8BEE-8223D0BE5645
Integrating Your IP Into a System
To integrate your IP component into a system with the Intel® Quartus® Prime software, you must be familiar with Intel® Quartus® Prime software, including Platform Designer.
The Intel® oneAPI DPC++/C++ Compiler generates a project directory (<result>.prj/) and a set of IP files per IP component (a set of kernels that are part of the same system). You can control this with the -fsycl-device-code-split=<off|per_source|per_kernel> option.
The <result>.prj/ directory generated by the compiler contains all the files that you need to include your IP component in an Intel® Quartus® Prime project, including the following files:
<project_name>_di.ip
An ip format file that you can add to your Intel Quartus Prime projects.
<project_name>_di_hw.tcl
A script that describes your IP component interfaces for Platform Designer.
<project_name>_di_inst.v
An example of how to instantiate the IP into other Verilog modules.