vplGenLibs
layoutXL vplGenLibs string "list_of_libraries"
Description
Specifies a list of libraries and the order of lookup to find VPLGen core layouts than can be re-used when generating a VPLGen instance in the current design.
If a VPLGen core layout is found in one of the specified libraries, the system saves the mapping in your new VPLGen instance. If no VPLGen core layout is found, the system creates a new core layout in your current library.
Arguments
GUI Equivalent
Examples
envGetVal("layoutXL" "vplGenLibs")
envSetVal("layoutXL" "vplGenLibs" 'string "lib1 lib2 lib3")
Related Topics
Generating VPLGen Pcell Instances
List of Layout XL Environment Variables
Return to top