- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to configure custom ip core in quartus.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Refer the "1.2. Generating IP Cores (Intel Quartus Prime Pro Edition) " from link below & configure the different parameters of IP in parameter editor & then add the instance of that IP core in top module of your project & eventually perform compilation & simulation.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_intro_to_megafunctions.pdf
Regards,
Vicky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page