Hello,
I'm running regressions to collect coverage, and I want to manage it with vManager and a vPlan.
Now, I'm running all kinds of tests, and each one fills ups their covergroups.
After doing a regression, I'm doing "collect runs".
Now let's say I have coverage for item_a and coverage for item_b.
item_a has 2 covergroups: item_a_cg1. item_a_cg2.
item_b has 3 covergroups: item_b_cg1, 2 and 3 likewise.
I did 1 regression that filled up item_a_cg1, item_b_cg2 and item_b_cg3 with some percentage.
Now I did another regression that filled up item_a_cg2 and item_b_cg1 and also item_b_cg3 again.
Now I want to merge these regressions so I'll the total percentage for each item, and each covergroup.
How can I do that?
I tried doing "export merge" but it didn't work as I intended.
Thanks