pibCreatePinLPPChoice
layoutXL pibCreatePinLPPChoice cyclic {"Same LPP" | "Custom Purpose" | "Custom LPP" }
Description
Specifies the choice of LPP selection for pin shapes when the top-level power structures are pushed to the block level. The available options are:
-
Same LPP: Specifies that pins are to be created on the same layers and purposes as the source pin shapes. -
Custom Purpose: Creates pins on the same layers as the source pin shapes. You can specify a purpose using pibPinPurposeName. -
Custom LPP: Creates pins on the specified layer and purpose. Use pibPinLPPNameto specify the LPP.
The default value is "Custom Purpose".
GUI Equivalent
|
Push Into Blocks – Create Pin Layer Selection ( |
Examples
envGetVal("layoutXL" "pibCreatePinLPPChoice")
envSetVal("layoutXL" "pibCreatePinLPPChoice" 'cyclic "Custom LPP")
Related Topics
List of Layout XL Environment Variables
Return to top