Product Documentation
Virtuoso MultiTech Framework User Guide
Product Version IC23.1, November 2023

vrfCheckTILPVersion

vrfCheckTILPVersion(
x_dbId
[ ?reportAll g_reportAll ]
[ ?fileName g_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

x_dbId

The ID of an instance, cellview, library, or sub-master cellview.

?reportAll g_reportAll

When set to nil, reports the cells that have TILP version lower than the current tool version. When set as t, all TILP versions are printed.

?fileName g_fileName

The name of the log file.

Value Returned

t

The version of TILP is reported successfully.

nil

The version of the TILP could not be reported.

Examples

Related Topic

TILP Versions


Return to top
 ⠀
X