Forum Discussion
Altera_Forum
Honored Contributor
8 years agoNested Qsys IP
Quartus 17.1.0 Pro Can a custom Qsys component include a Qsys IP file? When I attempt to do this, the QSYS file is copied, but not generated. This results in the following error during Synthesi...
Altera_Forum
Honored Contributor
8 years agoThe important question is what file(s) have you added to your Quartus project? All you should have to do is have the .qip file added to your project. .qip points to all other files needed for the system after the system has been generated.
Or you can add just the system's .qsys file to the project. With that, the system gets generated during compilation so you don't have to first manually generate in Platform Designer. You should not have to edit any files to make this work.