Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
You have to ensure that you use a distinct VHDL Namespace for Each Library. For the Example RTL, the analyzer searches all libraries in an unspecified order until the analyzer finds package utilities_pack and uses items from that package. If another library, for example projectLib also contains utilities_pack, the analyzer may use this library instead of myLib.utilites_pack if found before the analyzer searches myLib.
Therefore, you have to change the name to a unique name.
Thanks.