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

verifCreateRunSummaryData

verifCreateRunSummaryData(
g_sessionId
[ ?implementation g_implementation ]
)
=> t / nil

Description

Creates the run summary data for one or more implementations. If no implementation is specified, the run summary data is created for all implementations in the session.

Arguments

g_sessionId

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

?implementation g_implementation

Name of an implementation or a list of implementation names where each implementation name can be either a string such as Lib/Cell/View/History or a list '("Lib" "Cell" "View" "History") . If no implementation is specified, run summary data is created for all implementations in the session.

Value Returned

t

Run summary data is created.

nil

Run summary data was not created for one or more specified implementations.

Examples

The following example starts a Verifier session with a cellview that has two implementations Two_Stage_Opamp/OpAmp/maestro_MC/Active and Two_Stage_Opamp/OpAmp/maestro_nominal/Active .

uid = verifOpenCellView("test" "sample" "verifier")
=> 0

Creates and loads the run summary data files for the specified implementation.


verifCreateRunSummaryData(uid ?implementation list(list("Two_Stage_Opamp" "OpAmp" "maestro_nominal" "Active") ))
Verifier: Created and loaded the run summary data files for implementation 'Two_Stage_Opamp/OpAmp/maestro_nominal/Active'
=> t

Creates and loads the run summary data files for both implementations.

verifCreateRunSummaryData(uid)
Verifier: Created and loaded the run summary data files for both 'Two_Stage_Opamp/OpAmp/maestro_MC/Active' and 'Two_Stage_Opamp/OpAmp/maestro_nominal/Active' =>t

Related Topics

verifDeleteRunSummaryData

Simulation and Results Extraction Functions


Return to top
 ⠀
X