Altera_Forum
Honored Contributor
12 years agoHow to integrate two projects into one?
Hi, everyone.
A question about Quartus II 13.0 project design. I have finished designing two separate projects which are contained in different folders and now I want to combine them into one. What I have done is to create a new project in a new folder and copy the two project folders as subfolders of the new folder. After that, I have set the project libraries to contain the two subfolders in relative path. Now the problem happens when I try to compile it. Such as showing these errors, Error (12006): Node instance "myXG_DEV_top" instantiates undefined entity "XG_DEV_top" Error (12006): Node instance "pll_156_25_inst" instantiates undefined entity "pll_156_25_0002" Error (12006): Node instance "xaui_ip_core_inst" instantiates undefined entity "altera_xcvr_xaui" I suppose once I set the path of a folder to the library, the compiler automatically finds the same name of the file from the folder that needs and refer to it. But it seems not working in mine. Did I do it in a wrong way, or should I set something else in addition? Many thanks for any answer.