Copy Implementation Units to Requirements
The following code illustrates a custom function to get the unit and mapping information from each output of an implementation cellview in a Verifier session. It then sets the unit in the requirements mapped to the output.
This custom function does not copy the specification values set in the implementations to the requirements. To copy the specifications and units of the implementations to the mapped requirements, use the Override Verifier Specification feature.
Copy the above code and paste it in Virtuoso CIW to register the procedure. Then, run the following function in Virtuoso CIW.
copyUnitToReq(sesssionId impLib impCell impView impHistory)
sess = verifOpenCellView("test" "sample" "verifier")
=> 0
copyUnitToReq(sess "")
Related Topics
Simulation and Results Extraction Functions
Return to top