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

verifCopyAndUpdateResultsFromUserDefinedDirectory

verifCopyAndUpdateResultsFromUserDefinedDirectory(
g_sessionId
)
=> t / nil

Description

Copies the run summary data files from the user-defined directory to the results directory of the current cellview. Additionally, updates the current session setup to restore the run summary data file into the results directory of the current cellview.

Arguments

g_sessionId

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

Value Returned

t

Copies the run summary data files from the user-defined directory to the results directory of the current cellview and updates the current setup successfully.

nil

The command is not successful.

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

verifEvaluateResults

Simulation and Results Extraction Functions


Return to top
 ⠀
X