viaPreventDRCOnOverlap
layout viaPreventDRCOnOverlap boolean { t | nil}
Description
Prevents the creation of auto via on overlap if it introduces DRC violations. Auto via is not created on the overlap if DRC violations are introduced.
The default is t. When set to nil, auto via is created even if DRC violations are introduced on the overlap.
GUI Equivalent
Examples
envGetVal("layout" "viaPreventDRCOnOverlap")
envSetVal("layout" "viaPreventDRCOnOverlap" 'boolean nil)
Related Topics
Return to top