In reply to piyushpatel123:
Your question does not provide enough information. I guess you forget to change the option of covergroups in UVM.
covergroup cg_uvm;
option.per_instance = 1;
// code
endgroup
In reply to piyushpatel123:
Your question does not provide enough information. I guess you forget to change the option of covergroups in UVM.
covergroup cg_uvm;
option.per_instance = 1;
// code
endgroup