autoGenHierStopViewsForLib
layoutXL.floorplan autoGenHierStopViewsForLib string "lib""view"
Description
Specifies the library name and the constituent physical views to be used to restrict the stop views for cellviews within specific libraries during the Auto-Generate Hierarchy. This environment setting overrides the Stop View setting in the Auto-Generate Hierarchy form.
The default value is "", which means that the Stop View setting in the Auto-Generate Hierarchy form is honored.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "autoGenHierStopViewsForLib")
envSetVal("layoutXL.floorplan" "autoGenHierStopViewsForLib" 'string "((\"CellsLib\" \"layout\"))")
envSetVal("layoutXL.floorplan" "autoGenHierStopViewsForLib" 'string "((\"des*\" \"layout\"))" )
Related Topics
Generating a Hierarchy Automatically
Return to top