Product Documentation
Virtuoso Floorplanner User Guide
Product Version IC23.1, November 2023

powerWireTypes

layoutXL.floorplan powerWireTypes string "((layerName|All (wireType|none)))"

Description

Snaps pins of signal type "power" to wire type tracks when the pin is placed on a metal layer.You can specify multiple pairs of metal layer and wire type tracks on which power net pins are to be placed during pin optimization.

The default value is "((All (vcc)))".

This environment variable is valid only in Constraint Aware mode.

GUI Equivalent

None

Examples

envGetVal("layoutXL.floorplan" "powerWireTypes")
envSetVal("layoutXL.floorplan" "powerWireTypes" 'string "((All (vss)))")

In the above example, pins on the power net are snapped to the "vss" track for all metal or poly layers after pin optimization.

envSetVal("layoutXL.floorplan" "powerWireTypes" 'string "((Metal2 (vss)) (Metal3 (vsse)) (Metal4 (vss)))")

In the above example, all pins on the power net are snapped to the "vss" track if the pin is on Metal2 or Metal4 layer, and snapped to the "vsse" track if the pin is on Metal3 layer after pin optimization.

envSetVal("layoutXL.floorplan" "powerWireTypes" 'string "((Metal1 (none)))")

In the above example, all pins on the power net are snapped to the "no WireType" wire type track if the pin is on Metal1 layer after pin optimization.

Related Topics

Snap Pins Form


Return to top
 ⠀
X