cphIncrementalElab
layoutXL cphIncrementalElab boolean { t | nil }
Description
Controls whether CPH traverses the entire schematic hierarchy or performs an incremental traversal, when launching VXL or during operations such as Edit in Place and Descend Edit. The capability to stop at the schematic hierarchy level that has existing layout IP blocks enables building the CPH tree incrementally, providing performance benefits for large designs.
The default is t, which means that the schematic traversal is performed incrementally.
GUI Equivalent
Examples
envGetVal("layoutXL" "cphIncrementalElab")
envSetVal("layoutXL" "cphIncrementalElab" 'boolean t)
envSetVal("layoutXL" "cphIncrementalElab" 'boolean nil)
Related Topics
Physical Hierarchy Configuration
List of Layout XL Environment Variables
Return to top