The VHDL-AMS work Library in Twin Builder
The working library for a VHDL-AMS model in Twin Builder is always the library that the model came from. Consequently:
- The work library is identical to the project library for all models that were imported from a text file or created manually in the VHDL-AMS model editor.
- The work library is xxx for all models that were loaded from library xxx.
For example, if a model x1 that was loaded from library L1 loads two models: work.x2 and L2.x3; and model x3 from library L2 also loads a model work.x2, then x2 referred in L1.x1 would be loaded from library L1, but x2 referred in L2.x3 would be loaded from library L2.
- If a model refers to other models using work and this set of models will be exported to different libraries, then work should be changed to specific library names to ensure that the referenced models are found.
- All models referred to using work must be exported to the same library.