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

vrfUpdateTILPVersion

vrfUpdateTILPVersion(
x_dbId
[ ?types g_types ]
[ ?cells g_cells ]
[ ?fileName g_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

x_dbId

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

?types g_types

The types of TILPs to be updated. You need to define a list of strings. The function runs on the specified TILP types, such as die, package, SMD, and so on. The TILP types list is mentioned in the header of the checker report generated by running vrfCheckTILPVersion. When set to nil, all types of TILPs to be updated.

?cells g_cells

The cells that need to be updated.

?fileName g_fileName

The name of the log file.

Value Returned

t

The version of TILP is updated successfully.

nil

The version of the TILP could not be updated.

Example

Related Topics

TILP Versions

vrfCheckTILPVersion


Return to top
 ⠀
X