Altera_Forum
Honored Contributor
15 years agoVHDL hierarchical project design problem in Quartus II Web Edition 11.0(With SP1)
The problem is:
1. Create 1st VHDL project and create BSF - Ok 2. Create 2nd VHDL project and create BSF - Ok 3. Create 3rd project: - Add 1st and 2nd project (through LIBRARIES setting menu) - set path to my projects. Ok - Create BDF-file for 3rd projet - Ok - Call Symbol Tool in order to add my 1st and 2nd BSFs-files - Ok - Add my 1st project (which is upper in Libraries list) - Ok - Add my 2nd project (which is in the bottom of my "libraries files" list) - FAILED So if I change order of 1st and 2nd project (change their place in "libraries files" list) then the Quartus can`t find 1st project. So the problem is that Quartus can`t find projects specified in global (project) libraries that are not on the first position. Any ideas?