verifCopyAndUpdateResultsFromUserDefinedDirectory
verifCopyAndUpdateResultsFromUserDefinedDirectory(
g_sessionId
)
=> t / nil
Description
Copies the run summary data files from the user-defined directory to the
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
|
Copies the run summary data files from the user-defined directory to the |
|
Examples
The following example shows how to use this function.
uid = verifOpenCellView("test" "results" "verifier" ?openWindow nil)
INFO (VERIFIER-6603): You have opened a cellview that uses the user-defined directory './Verifier_Results', earlier available from Edit -> Preference-> Run -> Location of the Implementation Run Summary Data. ADE Verifier no longer supports this feature and will automatically modify this setup to store the run summary data in the 'results' directory of the current cellview. To create the run summary data, run simulations or load the implementation history results. To copy the previous results from './Verifier_Results' and update the current setup, make the session editable and use the SKILL function 'verifCopyAndUpdateResultsFromUserDefinedDirectory(sessionId)'. To continue using the user-defined location for the run summary data, contact Cadence Customer Support for assistance. => 0 verifGetOptionVal(uid "palswhere") =>"userdir" verifCopyAndUpdateResultsFromUserDefinedDirectory(uid) INFO (VERIFIER-7109): Result data loaded: test/ro/verifier_user/results/Two_Stage_Opamp_OpAmp_maestro_basic_Active.xml. INFO (VERIFIER-7109): Result data loaded: test/ro/verifier_user/results/Two_Stage_Opamp_OpAmp_maestro_run_plan_Plan.0_RunPlan.xml. INFO (VERIFIER-7109): Result data loaded: test/ro/verifier_user/results/Two_Stage_Opamp_OpAmp_maestro_run_plan_Plan.0_RunPlan.Nominal.xml. INFO (VERIFIER-7109): Result data loaded: test/ro/verifier_user/results/Two_Stage_Opamp_OpAmp_maestro_run_plan_Plan.0_RunPlan.MC.xml. INFO (VERIFIER-7109): Result data loaded: test/ro/verifier_user/results/Two_Stage_Opamp_OpAmp_maestro_run_plan_Plan.0_RunPlan.Run.0.xml. => t verifGetOptionVal(uid "palswhere") => "currentcellview" verifCloseSession(uid ?saveIfModified t) INFO (VERIFIER-1507): Saved cellview test.ro:verifier_user => t
Related Topics
Simulation and Results Extraction Functions
Return to top