Forum Discussion
Altera_Forum
Honored Contributor
14 years agothen I suggest you do not include MF_pllpack in the work library but map to it as another library.
vmap MF_lib directory_of_MF/work/ then in the code, instead of use work.MF_pllpack.all; write: library MF_Lib; use MF_Lib.MF_pllpack.all;