chainLeftNet
layoutXL chainLeftNet string { "Source" | "Drain" | "Either" }
Description
Controls whether source or drain nets are optimized to the left of generated chains. The default is "Source", which means a chain is optimized so that one of its source nets is on the left-hand side (where possible).
"
Source" and "drain" here refer to schematic source and drain nets and not layout source and drain nets, which may have been permuted.
Set to "Either" if you have no preference (and to maintain the default behavior from previous releases). Values must be enclosed in quotation marks.
Arguments
GUI Equivalent
|
Options – Connectivity (Generation) |
|
Examples
envGetVal("layoutXL" "chainLeftNet")
envSetVal("layoutXL" "chainLeftNet" 'string "Drain")
envSetVal("layoutXL" "chainLeftNet" 'string "Either")
Related Topics
List of Layout XL Environment Variables
Return to top