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

verifGetImpMapping

verifGetImpMapping(
g_sessionId
t_libName
t_cellName
t_viewName
t_historyName
[ ?runName t_runName ]
[ ?testName t_testName ]
[ ?outputName t_outputName
[ ?statName t_statName ]
)
=> l_reqIds / nil

Description

Returns the list of requirements that are mapped to the specified mappable object. The mappable object could be an implementation cellview, run, test or output.

Arguments

g_sessionId

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

t_libName

Name of the library that contains the implementation.

t_cellName

Name of the cell that contains the implementation.

t_viewName

Name of the view that contains the implementation.

t_historyName

Name of the history in the implementation.

?runName t_runName

Name of the implementation run.

?testName t_testName

Name of the test.

?outputName t_outputName

Name of the output.

?statName t_statName

Name of the statistical test or output.

Value Returned

l_reqIds

The list of requirements that are mapped to the specified mappable object.

nil

The specified mappable object does not exist or is not mapped.

Examples

Opens a Verifier cellview and gets a list of requirement IDs mapped to the statistical output AC::Overall_Yield.

sessionId = verifOpenCellView("test" "setup" "verifier")
=> 0
verifGetImpMapping(0 "test" "setup" "verifier" "Active" ?testName "AC" ?statName
"AC::Overall_Yield")
=> ("ID_1" "ID_5.1")

Related Topics

verifExportMapping

verifGetReqMapping

verifImportMapping

verifMapping

Requirement-to-Implementation Mapping Functions


Return to top
 ⠀
X