vmtValidateUnifiedLibrary
vmtValidateUnifiedLibrary( [ ?libNamet_libName] [ ?cellViewx_cellView] [ ?viewListt_viewList] ) =>numErrors/ nil
Description
Validates the existence of required views and cross-view consistency in the cells of a library or the master libraries for all the instances in a design. If a library name is provided, all the cells in the library that match the specified list of views are opened and added to a list for validation. If a cellview is specified, the specific cell is added to a list for validation. If no library name or cellview is provided, no validation is performed.
Arguments
Value Returned
|
The validation was completed successfully and the returned number of errors was found. |
|
Examples
-
cv = dbOpenCellViewByType("myLib" "myCell" "myView" "maskLayout" "r")
vmtValidateUnifiedLibrary ?cellView cv
Validates all the cells referenced in a currently open cellview. -
vmtValidateUnifiedLibrary ?libName "myLib" ?viewList '("layout")
Validates all the cells referenced in a library but limiting the view type tolayout.
Related Topic
Return to top