promotePinOnNetPickLevel
layoutXL.floorplan promotePinOnNetPickLevel string "Level"
Description
Specifies the depth to which the tool must traverse to search for pins. For example, if set to 2, the command traverses the design hierarchy to find pins on the selected net at level 2 to identify the pins for promotion. This setting is valid only when promotePinNetChoice is set to Net.
The default value is an empty string (" ").
GUI Equivalent
|
Floorplan – Pin Tool – Create – Promote Pins Plan – Pin Planning – Pin Tool – Create – Promote Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "promotePinOnNetPickLevel")
envSetVal("layoutXL.floorplan" "promotePinOnNetPickLevel" 'string 2)
Related Topics
Promoting Pins in the Pin Tool
Return to top