verifCreateRunSummaryData
verifCreateRunSummaryData(g_sessionId[?implementationg_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
Value Returned
|
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
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
Simulation and Results Extraction Functions
Return to top