promoteSelectiveBusBits
layoutXL.floorplan promoteSelectiveBusBits boolean { t | nil }
Description
Lets you specify whether only the odd or even bus pins must be promoted.
The default value is nil, where all bus pins are promoted. When set to t, use promoteOddEvenChoice to restrict the selection to either odd or even bus pins.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Promote Pins Plan – Pin Planning – Pin Tool – Create – Promote Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "promoteSelectiveBusBits")
envSetVal("layoutXL.floorplan" "promoteSelectiveBusBits" 'boolean t)
Related Topics
Promoting Pins in the Pin Tool
Return to top