Forum Discussion
RichardT_altera
Super Contributor
1 year agoIt could be due to the Quartus tool and the Platform Designer tool are searching the files differently.
You can try to use the SEARCH_PATH assignment to define the project libraries (add these to the .QSF file). You can have multiple SEARCH_PATH assignments. However, you can specify only one source directory for each SEARCH_PATH assignment.
Example:
set_global_assignment -name SEARCH_PATH "../other_dir/library1"
set_global_assignment -name SEARCH_PATH "../other_dir/library2"
set_global_assignment -name SEARCH_PATH "../other_dir/library3"
Regards,
Richard Tan