Altera_Forum
Honored Contributor
8 years ago[VHDL] how to manage lib name depending on the design entry?
Hi All,
I want to use the different library names for the same Le's say I have a VHDL file with the following lines: library mylib_1;use mylib_1.abc.all; But, when I'm going to use the same file for another design, I want this library will be named differently: library mylib_2;use mylib_2.abc.all; I don't want to edit this file depending on what design this file is going to be used. So, how should I manage this issue? Is it possible to do this using configurations? How? Thank you!