pinConnectivityMode
layoutXL.floorplan pinConnectivityMode cyclic { "Strongly Connected" | "Must Join" | "Must Connect" }
Description
Specifies the way in which router must connect the pins that are generated by the Auto-Create Pins tool. The valid values are:
-
Strongly Connected: Specifies that the router must connect the pins internally, within the device. This is the default value. -
Must Join: Specifies that the router must connect the pins externally, at a higher level. -
Must Connect: Specifies that the router must connect to all pins of the selected terminal.
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" "pinConnectivityMode")
envSetVal("layoutXL.floorplan" "pinConnectivityMode" 'cyclic "Must Join")
Related Topics
Return to top