Hi,
I've defined a covergroup in a class and then instantiate an object of that class. Usually it needs to call start() method to start coverage collection.
But I just found that covergroup exists in the result of imc report without explicitly invoking the cg.start().
So is it a implication to say the embedded cover group could get started automatically?
Thanks.