Вот в чем заключается отличие рабочих и ресурсных библиотек:
Design libraries can be used in two ways: 1) as a local working library that contains the compiled version of your design; 2) as a resource library. The contents of your working library will change as you update your design and recompile. A resource library is typically static and serves as a parts source for your design.
При этом никто не говорит, что рабочих библиотек не может быть несколько.
А вот в чем особенность библиотеки WORK:
The library named "work" has special attributes within QuestaSim; it is predefined in the compiler and need not be declared explicitly (i.e. library work). It is also the library name used by the compiler as the default destination of compiled design units (i.e., it doesn’t need to be mapped). In other words the work library is the default working library.
То есть ее всего лишь можно не объявлять явно и при компиляции явно (vcom -work <library name>) не указывать:
By default, this is the library named work. To change the current working library, you can use vcom -work and specify the name of the desired target library.
--------------------
Дурак, занимающий высокий пост, подобен человеку на вершине горы - все ему кажется маленьким, а всем остальным кажется маленьким он сам. /Законы Мерфи/
|