extractRunOnInit
layout extractRunOnInit boolean { t | nil }
Description
Runs connectivity extraction automatically when you launch Layout XL or GXL from Layout L.
The default is nil, which means that connectivity extraction is not run automatically when you launch either application.
Enabling this environment variable means that connectivity extraction is run even if it not required and adversely impacts the performance of Layout XL during initialization. Cadence recommends that you do not enable this environment variable by default, but that you use the Connectivity – Extract Layout command when you know it is required.
GUI Equivalent
Examples
envGetVal("layout" "extractRunOnInit")
envSetVal("layout" "extractRunOnInit" 'boolean t)
Related Topics
Return to top