Library Scoped View s in a View List
You can use library scoped views in the view list at the global level or in an inherited view list at the cell, instance, or occurrence levels.
To specify a library scoped view, use the mylib::myview syntax to indicate that the specified view should only be considered if the specified library matches the library in which a cell is present.
For example, if your view list is:
spectreS mylib::schematic cmos.sch verilog
the schematic view is only considered as matching when a cell resides in the library mylib.
Related Topics
Defining a View List at the Global Level
Return to top