Hello
I am using Quartus Lite version for intel FPGA. I am in the process creating custom IP . Within the lower hierarchy I would like to use FIFO IP provided by Intel. How to instantiate this IP into my custom IP? What are the steps to follow.
Link Copied
Hi ASuba,
You may create the IP using IP Catalog, instantiate the IP in your .v/.vhd file.
Thanks.
hi
what all files are to be taken from the quartus Project created to create IP so that It has all necessary files to work.
For instances the core Folders could be hidden. So how to Export them ?
Best Regards,
Athira
Hi Athira,
Do you refer to the custom IP or the IP available in the Intel Quartus Prime software?
For the IP available in the Intel Quartus Prime software, you may add .qip / .ip / .qsys file if you want to use the IP.
For custom IP, you may refer to https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/soluti...
Thanks
Hi KYeoh
I am creating a custom module .. This module will be further added as an ip in the larger SOC design(Created in QSYS, platform designer). Now I want to add in the custom module an IP(FIFO; ie DCFIFO WITH MIXED CLOCK) generated in from QUARTUS IP catalog(DCFIFO is not available in QSYS IP catalog). So for this what are the files needed while I manually add this IP to my custom module . I would like to add all the submodules of FIFO along with it and therefore where can I find them ?.
Hope you are clear with my question
best Regards,
Athira
Hi KYeoh
I use quartus lite Version and couldnt find the Option above
is there any other way ?
BR;
Athira
Hi Athira,
The HDL files for the IP generated by the software is listed in the qip file.
Thanks.
For more complete information about compiler optimizations, see our Optimization Notice.