What is the def of Metric driven verifcation in brief
This is a big topic …
Metric Driven Verification is about analyzing what you need to verify and how, then setting some metrics which will allow you to determine your progress towards converging on those goals.
If you’d like to understand more, then a good place to start would be here:
Hello Hima,
Metric Driven Verification is a concept originated by Cadence. You can read more about that in this white paper.
=Adam “Sherilog” Sherer, Cadence.
But I 'm unable to get information about the commands which we can use in V planner for Metric dirven verifcation???
Pls guide me
In reply to wow:
Hello Hima,
Metric driven verification is a process or methodology that has to be followed. I think V Planner does not have commands by which we can achieve Metric driven verification. By using V Planner/ V Manager we can make this Metric driven verification easy.
In Metric driven verification, the metric can be functional coverage, code coverage, scenario coverage etc. In MDV, we set a achievable goal for these metric and try to achieve then in our verification.
We can enable code coverage when running the irun command. The functional coverage (covergroup or assertions) and scenario coverage (testcases) are something that needs to be coded.
The links that Adam and mperyer pointed gives lot of info on achieving this metric driven verification.
Regards
sbatta