chainAbutStrategy
layoutXL chainAbutStrategy string { "sdFirst" | "dummyFirst" }
Description
Abuts on Source/Drain using the default abutment option, sdFirst.
Abuts on Source/Drain first if the default abutment value, sdFirst, is set. Else, abuts first on dummy poly if the abutment value is set to dummyFirst. If dummy poly abutment fails, Source/Drain abutment, using sdFirst, is carried out.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainAbutStrategy")
envSetVal("layoutXL" "chainAbutStrategy" 'string "sdFirst")
envSetVal("layoutXL" "chainAbutStrategy" 'string "dummyFirst")
Related Topics
List of Layout XL Environment Variables
Return to top