Hodjat Asghari Esfeden

Results 2 issues of Hodjat Asghari Esfeden

Hi Matthew, I'm showing two testcases here, I believe the issue for both originates from the same place. Say that I have these three covergroups where two of them are...

enhancement

Hi Matthew, I have this small test program: ``` class my_e(IntEnum): A = auto() B = auto() @vsc.covergroup class my_cg(object): def __init__(self, a, b): super().__init__() self.cp1 = vsc.coverpoint(a, bins=dict( a=vsc.bin_array([],...