covergroup CG;
coverpoint c {
bins IS_ZERO = {0};
bins DIV_BY_5 = {[1:25]} with (item%5==0);
bins NOT_DIV_BY_5 = {[1:25]} with (item%5!=0);
}
endgroup;
--
You received this message because you are subscribed to the Google Groups "EDA Playground" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eda-playgroun...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/eda-playground/686aa295-6c0e-49b0-b295-915d971da8bdn%40googlegroups.com.