stopViewList
lp stopViewList string "symbol symbol_xform auCdl auLvs hspiceD spectre"
Description
Specifies a space-separated list of cellview names that is used while elaborating the design under test to identify the view at which the traversal has to be stopped. While traversing a design hierarchy, the tool stops moving further when it finds any one of the cellviews given in this list. Power Manager uses the stop view list for design traversal during the power intent extraction phase and also to create the required design objects during the 1801 import flow.
The default value is "symbol symbol_xform auCdl auLvs hspiceD spectre".
GUI Equivalent
Example
envGetVal("lp" "stopViewList")
envSetVal("lp" "stopViewList" 'string "symbol symbol_xform aucdl")
Related Topics
Return to top