hi
I tried to merge functional coverage for 2 test. its not getting merged. it always show same figure.
can anybody comment on it. further when I collect coverage for individual test, for both test, it shows 30%. but for second test when I see internal covergroup figures, those are different. strange behaviour. I am using IRUN to dump coverage data.
I am using following commands to merge it.
set_dut_modules DUT_TOP
merge ./coverage/design/test1 ./coverage/design/test2 -output all_tests
load_test ./coverage/design/all_tests
report_html * > ./coverage/report.html
view_graphics
Your help will be highly appreciated. thanks in advance.
-saurabh