Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow to move the Qsys folder
Hi, I want to move the Qsys folder to a new position. What else do I need to change after moving/renaming the folder? I tried this before, but got an error in Quartus. Thanks for you...
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>