Forum Discussion
Altera_Forum
Honored Contributor
9 years agoPresumably those are custom IP cores - i.e. ones in your project directory, not in the Quartus ip directiory?
If so, you will need to tell Qsys where to find them. In the directory where you put the Qsys file, create a file called "ipcores.ipx", and add the following:
<library>
<path path="relative/path/to/folder/with/custom/ipcores/in/it/**/*" > <!-- Keep the /**/* at the end of your path -->
<tag2 key="COMPONENT_IN_PROJECT" value="true" />
</path>
</library>