How to split a variable width using single coverpoint?

Hi Dave,

Thanks for reply.

I tried your suggestion and as you said it is laborious to expand each bin. It is fine now because the width of coverpoint is 16-bit. If the width of coverpoint changes to 32-bit then it will require more effort to expand each bin.

The reason I am opting for splitting input data because as the input data width of 16-bit so it will have 2^16 combinations. I don’t want to cover 2^16 possible values. So I divided input data into four 4-bits so that each 4-bit needs to cover 2^4 possible values.

Regards,
Jagan Kudimi