Platform Designer: Component Editor
Hi all,
I am designing a QSYS/Platform Designer system which integrates a custom component.
Therefore, I am using the Component Editor feature.
My problem is that my component is "complex" as it is hierarchically composed more or less like this:
- top level (top_lib)
|- Intel IP
|- Custom submodule (top_lib)
| |- Custom submodules (sub_lib A)
| | |- Custom submodules (sub_lib B)
| | | |- Custom packages (sub_lib B)
and so on.
Please note that the module(s) are compilable with QuestaSim, so I do not think syntax errors are the problem.
I am unsure how to have Component Editor analyze this structure in the "Files" tab.
I tried to list all the related files, but I get errors "design library X does not contain primary design unit Y".
I also tried to put the list of files in a .qip file (the .qip file being both in the search path of the project's .ipx file and in the project's .qsf file), but if I understand correctly, this is going backwards as the .qip file is an output. Right?
I succesfully used Component Editor to generate components out of single HDL files, but I am not able to do so when several files are involved. Could anyone give me a hand?
Thank you very much.