vrfCheckTILPVersion
vrfCheckTILPVersion(x_dbId[?reportAllg_reportAll] [?fileNameg_fileName] ) => t / nil
Description
Checks the version of the TILP from the given ID, which can be of an instance, cellview, library, or sub-master cellview. There are warnings and errors generated when checks are performed. Warning messages are issued for the TILP versions that are compatible with the current version of the tool. You need to upgrade the TILP only if the associated features are going to be used. For example, if you want to use a new feature, the die TILP needs to be updated. Error messages indicate that the TILP versions must be updated before use in the current version of the tool. Otherwise, the tool does not work as expected. For example, die TILP V1 is not compatible with the tool version post ICADVM18.1ISR10.
Arguments
Value Returned
Examples
-
Instance
vrfCheckTILPVersion( instId )
-
Design
vrfCheckTILPVersion( geGetEditCellView() )
vrfCheckTILPVersion( geGetEditCellView() ?reportAll t )
Output:Latest TILP versions
Die : 3
Package : 4
EmbeddedComponent : 4
OtherPadStack : 2
SMD : 3
ViaPadStack : 2
WARNING: "PAMODULE_BGA_FC_VRF_example"/"SMD_CAP"/"layout" of type "SMD" (Current: 2 - Latest: 3)
WARNING: "PAMODULE_BGA_FC_VRF_example"/"SMD_IND"/"layout" of type "SMD" (Current: 2 - Latest: 3)
WARNING: "PAMODULE_BGA_FC_VRF_example"/"SMD_RES"/"layout" of type "SMD" (Current: 2 - Latest: 3)
WARNING: "PAMODULE_BGA_FC_VRF_example"/"MLIN"/"layout" of type "EmbeddedComponent" (Current: 3 - Latest: 4)
WARNING: "PAMODULE_BGA_FC_VRF_example"/"IND_L2"/"layout" of type "EmbeddedComponent" (Current: 3 - Latest: 4)
WARNING: "PAMODULE_BGA_FC_VRF_example"/"MLIN_0"/"layout" of type "EmbeddedComponent" (Current: 3 - Latest: 4)
WARNING: "PAMODULE_BGA_FC_VRF_example"/"COUPLER"/"layout" of type "EmbeddedComponent" (Current: 3 - Latest: 4)
WARNING: "PAMODULE_BGA_FC_VRF_example"/"MULTILAYERCAP0"/"layout" of type "EmbeddedComponent" (Current: 3 - Latest: 4)
ERROR: "PAMODULE_BGA_FC_VRF_example"/"BGA17"/"layout" of type "Package" must be updated (Current: 2 - Latest: 4)
ERROR: "PAMODULE_BGA_FC_VRF_example"/"MMIC_VRF_2018_PKG"/"layout" of type "Die" must be updated (Current: 1 - Latest: 3)
WARNING: 8 warnings found. Run vrfUpdateTILPVersion to update the TILP versions.
ERROR: 2 errors found. Run vrfUpdateTILPVersion to update the TILP versions.
-
Library
vrfCheckTILPVersion( ddGetObj("murataLib") )
-
Other Examples
vrfCheckTILPVersion( geGetEditCellView() ?fileName "checkReport.txt" )
Related Topic
Return to top