switchViewList
lp switchViewList string "viewnames"
Description
Specifies a space-separated list of cellview names that is used while reviewing the design under test to control the order in which the design hierarchy is traversed. Power Manager uses the switch view list for design traversal during the power intent extraction phase and also to create the required design objects during the 1801 import flow.
GUI Equivalent
Example
envGetVal("lp" "switchViewList")
envSetVal("lp" "switchViewList" 'string "cmos_sch cmos.sch schematic symbol")
Related Topics
Extracting the Power Intent from a Design
Return to top