promotePinNetChoice
layoutXL.floorplan promotePinNetChoice cyclic { "Pin" | "Net" | "Instance" }
Description
Specifies a mode to run the promote pins command. Use promoteToLevel to specify the depth to which the tool must traverse to search for pins.
-
Pin:Specifies a space-separated list of hierarchical pin names for promotion. This is the default value. -
Net: Specifies a space-separated list of top-level net names. UsepromotePinNetListto specify a list of nets. -
Instance: Specifies a space-separated list of hierarchical instance names.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Promote Pins Plan – Pin Planning – Pin Tool – Create – Promote Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "promotePinNetChoice")
envSetVal("layoutXL.floorplan" "promotePinNetChoice" 'cyclic "Net")
Related Topics
Promoting Pins in the Pin Tool
Return to top