chainEffort
layoutXL chainEffort cyclic { "Minimal" | "Nominal" | "Maximal" }
Description
Controls the effort applied during chaining. Increased effort can improve the quality of results, but it can be time-consuming. When the value is set to Nominal or Maximal, the environment variable also tries to improve the order of the device names.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainEffort")
envSetVal("layoutXL" "chainEffort" 'cyclic "Minimal")
envSetVal("layoutXL" "chainEffort" 'cyclic "Maximal")
Related Topics
Chaining Transistors Automatically during Layout Generation
List of Layout XL Environment Variables
Return to top