How can i have different comment for different instance of same coverage class

I have one coverage class and i create multiple instance of this. is it possible to have different type_option.comment for different instances. I tried but didn’t work and I see comment for the last instance only. So as of now i see covergroup as inst0, inst1 and so on. I need a way to differentiate between then to know which group is for what module.

In reply to ashishk:

Why not use option.comment instead of type_option.comment?

In reply to dave_59:

Hi Dave,

I tried option.comment but it didn’t work at all. In generated coverage I saw comment section has nothing. Though i assigned option.comment = “String”

*In reply to ashishk:*You need to take this up with the tool vendor you are using to view the comment.