INCISIV132/122 does not support following coverage code with error report:
"ncvlog: *E, ECBECL… Range specification for a bin must start with (‘{’)"
/// ------------- coding start -----------------
bit [6:0] sbyte;
covergroup cg;
coverpoint sbyte {
bins mod3[ = sbyte with {item % 3 == 0};
}
endgroup
/// ------------- coding end -----------------
Can anyone give me feedback ?