buriedWholeShapePin
layoutXL.floorplan buriedWholeShapePin cyclic { "Single" | "Multiple" }
Description
Specifies the number of buried pins to be generated when there are multiple buried shapes belonging to the same net. The valid values are:
-
Single: Creates a single buried pin on the highest metal layer. This is the default value. -
Multiple: Lets you specify a layer selection option using theburiedMultipleModeenvironment variable.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Auto-Create Pins Plan – Pin Planning – Pin Tool – Create – Auto-Create Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "buriedWholeShapePin")
envSetVal("layoutXL.floorplan" "buriedWholeShapePin" 'cyclic "Multiple")
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top