Wildcards in a View List
You can use the asterisk character (*) as a wildcard in any view list—global or inherited. Use the following format to specify a wildcard in a view list:
[viewName ...] *
*
schematic *
schematic vhdl *
You cannot use * as part of a view name. For example, you cannot have ns* or n*s as a view in the view list.
The * wildcard matches any view in the cell directory. If there is more than one view, then the view that was most recently modified is picked. To determine the most recently modified view, the Hierarchy Editor compares the timestamps of the master files of each view. (The master file is the file that the master.tag file for the view points to.)
Any changes in a view that do not change the master file are not considered. For example, in the AMS Designer flow, properties associated with a cellview can change without affecting the timestamp of the master file of the view.
Related Topics
Changing the Views in the View Choices List Box
Library Scoped Views in a View List
Return to top