Forum Discussion
Altera_Forum
Honored Contributor
18 years agoFor the analyzer to find your files, you need to add their location as a user library.
Another alternative (which I have not tried but I think will work): After you create the component using the Wizard, edit the generated class.ptf file to include the other files. There should be a section called DEFAULT_GENERATOR which declares the other files. Try to look at some example components and you will figure out what to do there. Once you do this, when you generate your SOPC system, all the files will get copied to your project directory and thus you will not need to add them to your user libraries. Good Luck, Ziad