Forum Discussion

rkaib's avatar
rkaib
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

custom ip core configuration

how to configure custom ip core in quartus.

5 Replies

    • rkaib's avatar
      rkaib
      Icon for Occasional Contributor rankOccasional Contributor

      thank you vicky, I will have a look on it.

      • rkaib's avatar
        rkaib
        Icon for Occasional Contributor rankOccasional Contributor

        hi vicky,

        not yet I am still working on it,

        I have tried to configure it as shown in your reference, added it to the main verilog code, but it seem that it is not detected while in eclipse.

        my IPcore is very simple, it just requires clk, rst as inputs and produces a 32 bit signal (without any parameters).

        my goal is just to read this output data in eclipse.

        I can provide further information if needed.

        Thanks

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

    Hi,

    "I have tried to configure it as shown in your reference, added it to the main verilog code, but it seem that it is not detected while in eclipse." you have add that *.qxp file in IP search path & instantiate that in top module manually or you can also do it by using Qsys(you have to take care about Qsys signal & Interfaces etc) as shown in below video,

    https://www.youtube.com/watch?v=v6rhbVABlo8

    Eventually refer "1.1.2. Adding IP Components to IP Catalog" from link below,

    https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_intro_to_megafunctions.pdf

    Regards,

    Vicky

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

    Hi,

    Thanks for the design details.

    Actually VGA_Subsystem module is missing, while creating the custom core, it is necessary to add the respective module design file in component editor & configure the signals & interfaces as per your requirement so add the design file under 'Files' tab. In fact all the required steps are shown in attached video link(previous post) please follow the steps carefully & apply to your design.

    The most important thing is, ensure that there should not be any error in your 'Messages' window.

    Note: if you have any different concern please open new thread for better support.

    Thanks,

    Vicky