Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Creating user IP modules

ASoko19
Novice
544 Views

Hello.

How can I create an IP module in Quartus Prime Lite Edition 18.1 like those I have in built-in library?

0 Kudos
2 Replies
Vicky1
Employee
339 Views

Hi,

you have to 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

 

0 Kudos
ASoko19
Novice
339 Views

Thanks. It helped me a lot

Reply