Covergroup sampling in the scoreboard. (UVM Testbench)

Hi ,

I am thinking to write cover groups in a separate UVM_COMPONENT (Only cover groups) , Can i have sampling events in the scoreboard.?
In the scoreboard i have all the situations/conditions where i need to check whether that particular feature is verified.
Is it a correct method ?

Thanks,
Mallikarjuna.

In reply to Mallikarjun79:

Hi Mallikarjuna,

Usually, uvm_subscriber class is used for this purpose. However, I think it should not be a problem to have covergroups in scoreboard.