verifStop
verifStop(g_sessionId[?implementationg_implementation] [?impSetg_impSet] ) => t / nil
Description
Stops simulations for one or more implementations. If no implementation or implementation set is specified, then all running implementations in the session are stopped.
Arguments
Value Returned
Examples
The following example starts a Verifier session with a cellview that has an implementation 'opamp090/full_diff_opamp_AC/maestro/Active' and an implementation set 'Weekly'.
uid = verifOpenCellView("test" "sample" "verifier")
=>0
verifRun(uid ?implementation list(list("Two_Stage_Opamp" "OpAmp" "maestro_nominal" "Active"))) Verifier: Started running implementation 'Two_Stage_Opamp/OpAmp/maestro_nominal/Active' at 'Apr 15 10:00:50 2019' verifStop(uid ?implementation list(list("Two_Stage_Opamp" "OpAmp" "maestro_nominal" "Active"))) Verifier: Stopped running implementation 'Two_Stage_Opamp/OpAmp/maestro_nominal/Active' at 'Apr 15 10:00:18 2019' =>t verifRun(uid ?impSet "Weekly") =>t verifStop(uid ?impSet "Weekly") =>t
Related Topics
Simulation and Results Extraction Functions
Return to top