cphStopLevel
layoutXL cphStopLevel int integer
Description
Stops the elaboration of the logical design hierarchy at the specified level. This lets you use the physical stop view list to limit the logical elaboration for large hierarchical designs that would otherwise take a long time to open.
The default is 0, which means that a full elaboration is performed until a logical node is reached that maps to one of the view names specified in the Physical stop view list field.
When the stop level is set using the CPH window, it overrides the value specified in the environment variable. But when the stop level is set using the Update Connectivity Reference form, the specified value overrides the value set in CPH and in the environment variable.
GUI Equivalent
Examples
envGetVal("layoutXL" "cphStopLevel")
envSetVal("layoutXL" "cphStopLevel" 'int 2)
Related Topics
Physical Hierarchy Configuration
List of Layout XL Environment Variables
Return to top