7
Snapshot Functions
Verifier saves snapshots in a zipped format in the snapshots directory of a Verifier cellview. These snapshots of your verification progress contain status information on a date and time. You can track the progress over these timestamps and compare results at different stages in the verification cycle.
Snapshots also serve as a time-stamped backups of your setup. Use these backups to restore your active setup to a previous state. By taking a snapshot of your verification project at early stages, you can ensure that all requirements are the same and prevent unintended changes. You can also verify that results, before and after major software, environment or PDK changes, are the same.
The following SKILL functions let you manage snapshots in the ADE Verifier environment.
- verifAreSnapshotsEnabled
- verifCompareImplementationsFromSnapshot
- verifCreateSnapshot
- verifCreateSnapshotConfiguration
- verifDeleteSnapshot
- verifDeleteSnapshotConfiguration
- verifExportSnapshotsToExcel
- verifGetReferenceSnapshot
- verifGetSnapshot
- verifGetSnapshotAbsoluteTolerance
- verifGetSnapshotComment
- verifGetSnapshotRelativeTolerance
- verifGetSnapshots
- verifGetSnapshotsData
- verifIsSnapshotLocked
- verifIsSnapshotVisible
- verifRenameSnapshot
- verifRestoreFromSnapshot
- verifSetReferenceSnapshot
- verifSetSnapshotAbsoluteTolerance
- verifSetSnapshotComment
- verifSetSnapshotConfiguration
- verifSetSnapshotLocked
- verifSetSnapshotRelativeTolerance
- verifSetSnapshotVisible
- verifSetSnapshotsEnabled
Related Topics
Simulation and Results Extraction Functions
Return to top