Forum Discussion

ASuba's avatar
ASuba
Icon for New Contributor rankNew Contributor
7 years ago

Using Intel IPs into our custom IP design

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.

6 Replies

  • KhaiChein_Y_Intel's avatar
    KhaiChein_Y_Intel
    Icon for Regular Contributor rankRegular Contributor

    Hi ASuba,

    You may create the IP using IP Catalog, instantiate the IP in your .v/.vhd file.

    Thanks.

  • ASuba's avatar
    ASuba
    Icon for New Contributor rankNew Contributor

    ​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

    • ASuba's avatar
      ASuba
      Icon for New Contributor rankNew Contributor

      ​Hi KYeoh

      I use quartus lite Version and couldnt find the Option above

      is there any other way ?

      BR;

      Athira

  • ASuba's avatar
    ASuba
    Icon for New Contributor rankNew Contributor

    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

  • KhaiChein_Y_Intel's avatar
    KhaiChein_Y_Intel
    Icon for Regular Contributor rankRegular Contributor

    Hi Athira,

    The HDL files for the IP generated by the software is listed in the qip file.

    Thanks.