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

verifAddImpToImpSet

verifAddImpToImpSet(
g_sessionId
t_impLib
t_impCell
t_impView
t_impHistory
t_impSetName
)
=> t / nil

Description

Adds an implementation to the specified implementation set in a Verifier session. You can add an implementation to multiple implementation sets.

Arguments

g_sessionId

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

t_impLib

The library name of the implementation.

t_impCell

The cell name of the implementation.

t_impView

The view name of the implementation.

t_impHistory

The history name of the implementation.

t_impSetName

The name of the implementation set.

Value Returned

t

The implementation is added to the implementation set.

nilf

The implementation or implementation set does not exist, or the command is not successful.

Examples

The following example opens a Verifier cellview that has an implementation 'opamp090/full_diff_opamp_AC/maestro/Active'. It adds an implementation set 'Weekly' and then add this implementation to that set.

uid=verifOpenCellView("test" "sample" "verifier")
=> "0"
verifAddImpSet(uid "Weekly")
=> t
verifAddImpToImpSet(uid "opamp090" "full_diff_opamp_AC" "maestro" "Active"
"Weekly")
=> t

Related Topics

verifAddImpSet

verifGetImpSets

verifGetImpsInImpSet

verifRemoveImpSet

verifRemoveImpFromImpSet

verifSetImpSetName

Simulation and Results Extraction Functions


Return to top
 ⠀
X