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
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
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
Simulation and Results Extraction Functions
Return to top