offSetMode
layoutXL.floorplan offSetMode cyclic { "Auto" | "Custom" }
Description
Sets the pin offset mode to either Auto or Custom.
-
Auto: The Pin Optimizer automatically places the first pin on a grid such that there is no spacing violation with the corner pins of the adjacent side. The Pin Optimizer also ensures that there is no wastage of grid space. This is the default value. -
Custom: You can manually set the pin offset values for all layers.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "offSetMode")
envSetVal("layoutXL.floorplan" "offSetMode" 'cyclic "Custom")
Related Topics
Return to top