vrfUpdateTILPVersion
vrfUpdateTILPVersion(x_dbId[?typesg_types] [?cellsg_cells] [?fileNameg_fileName] ) => t / nil
Description
Updates the super-master cellviews that have version lower than the latest version of the given TILP from the given ID, which can be of an instance, cellview, library, or sub-master cellview.
Arguments
Value Returned
Example
-
Instance
vrfUpdateTILPVersion( instId )
-
Design
vrfUpdateTILPVersion( geGetEditCellView() )
vrfUpdateTILPVersion( geGetEditCellView() ?cells list("SMD_CAP" "SMD_RES") )
Runs only on the cells namedSMD_CAPandSMD_RES. -
Library
vrfUpdateTILPVersion( ddGetObj("murataLib") )
-
Other Examples
vrfUpdateTILPVersion( geGetEditCellView() ?cells list("SMD_CAP" "SMD_RES") )
vrfUpdateTILPVersion( geGetEditCellView() ?types list("Die") )
Runs only on the Die TILPs.vrfUpdateTILPVersion( geGetEditCellView() ?fileName "updateReport.txt" )
Related Topics
Return to top