extractConsiderAllCutLayersInVias
layout extractConsiderAllCutLayersInVias boolean { t | nil }
Description
Considers all cut layers inside vias as extractable, even if the cut layer is not listed in the valid layers constraint.
Cadence recommends that you list all the extractable layers in the
validLayers constraint. If there are no extractable layers defined in the constraint group, Layout XL is launched with the connectivity extractor disabled.GUI Equivalent
Examples
envGetVal("layout" "extractConsiderAllCutLayersInVias")
envSetVal("layout" "extractConsiderAllCutLayersInVias" 'boolean nil)
Related Topics
Return to top