Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifUpdateImpEstRunTime

verifUpdateImpEstRunTime(
g_sessionId
t_impLib
t_impCell
t_impView
t_impHistory
)
=> t / nil

Description

Updates the EstRunTime to be the actual recorded run time from run summary data.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

t_impLib

Library name of the implementation.

t_impCell

Cell name of the implementation.

t_impView

View name of the implementation.

t_impHistory

History name of the implementation.

x_priority

Integer number for priority.

Value Returned

t

EstRunTime of specified implementation is updated successfully.

nil

Implementation does not exist in the Verifier session, or the command is not successful.

Examples

The following example starts a Verifier session with a cellview and sets the Priority of the specified implementation.

uid = verifOpenCellView("test" "sample" "verifier")
=>0
verifUpdateImpEstRunTime(uid "Two_Stage_Opamp" "OpAmp" "maestro_nominal" "Active")
=>t

Related Topics

verifGetImpEstRunTime

verifSetImpEstRunTime

Implementation Functions


Return to top
 ⠀
X