i'm using questasim , have merged coverage report regression.
from merged coverage report, how can trace sampled bin simulation (test name & seed value)?
well have found out answer of question, here posting it.
in questasim, while merging coverage flag can used same purpose.
vcover merge -testassociated
this flag keep eye on each test's contribution coverage. after merged coverage report, while opening in questa, again 1 flag can used getting that, bins hit tests.
vsim -coverage -cvgbintstamp
so in coverage report, on bin, right click , select "find tests hit". have list of tests, have hit particular bin.
Comments
Post a Comment