vplGenParams
layoutXL vplGenParams string "list_of_parameters"
Description
Specifies a list of default parameter names and values for Virtuoso parameterized layout generators (VPLGens). The list is used to populate the VPLGen field in the Parameters tab in the Configure Physical Hierarchy window. If your VPLGens all have the same parameters, you can set this environment variable to save you having to enter these each time in the field.
The default is "" (empty), which means you have to type the parameters and values into the VPLGen field for each cell you want to instantiate as a VPLGen.
Arguments
GUI Equivalent
Examples
envGetVal("layoutXL" "vplGenParams")
envSetVal("layoutXL" "vplGenParams" 'string "pw;nw;a 1")
Related Topics
Generating VPLGen Pcell Instances
List of Layout XL Environment Variables
Return to top