In reply to Ashutosh_jha:
In reply to saurabh_3:
Hi, Saurabh get_inst_coverage is not a option it is a method and I can use it to see the coverage of a instance that I can also see in the coverage report. So again what I want is to get a coverage report where over all coverage get effected by the coverage of each and every instance of the covergroup I dont want to perform union merging of the instance’s coverage I want to treat each instance’s coverage as separate. I have given a example in above post. If question is still not clear then let me know.
Generally we use it in this manner…
covergroup cg;
type_option.merge_instances = 1;
option.per_instance = 1;
option.get_inst_coverage = 1;
op_t: coverpoint addr;
op_r: coverpoint din;
endgroup
we can use it as a option also…
For your query,go through this paper → http://events.dvcon.org/2018/proceedings/papers/04_4.pdf