pteUsedLayersEipScope
layout pteUsedLayersEipScope cyclic { "currentToBottom" | "topToBottom" }
Description
Lets you specify the layers to display in the Layers panel when Edit In Place mode is active. If different technology files are associated with cellviews at different hierarchical levels in the design, only the layers defined in the technology file associated with the cellview being edited in place are displayed in the Layers panel.
-
currentToBottom: Default. Displays layers used in the design at the current hierarchy level and below. This is the default option. -
topToBottom: Displays all layers used in the design.
GUI Equivalent
Examples
envGetVal("layout" "pteUsedLayersEipScope")
envSetVal("layout" "pteUsedLayersEipScope" 'cyclic "topToBottom")
Related Topics
Return to top