verifGetReqMapping
verifGetReqMapping(g_sessionId t_reqId[ ?typesl_types] =>l_implementations/ nil
Description
Returns a list of mappable objects mapped to the specified requirement. The mappable object could be an implementation cellview, run, test or output.
Arguments
Value Returned
Examples
Opens a Verifier cellview and gets a list of all implementations mapped to requirement "ID_1" and then gets a list of outputs mapped to the requirement.
sessionId = verifOpenCellView("test" "setup" "verifier") => 0 verifGetReqMapping(sessionId "ID_1") (("Two_Stage_Opamp" "OpAmp" "maestro_MC" "Active" "TRAN" "PhaseMargin" ) ("Two_Stage_Opamp" "OpAmp" "maestro_MC" "Active" "TRAN") ("Two_Stage_Opamp" "OpAmp" "maestro_MC" "Active") ) verifGetReqMapping(sessionId "ID_1" ?types '("output"))(("Two_Stage_Opamp" "OpAmp" "maestro_MC" "Active" "TRAN" "PhaseMargin"
))
Related Topics
Requirement-to-Implementation Mapping Functions
Return to top