what are the types of bins is there in SystemVerilog coverage?
In reply to anvesh dangeti:
Not exactly sure what kind of type you had in mind. The datatype of a bin is the same as its coverpoint expression’s datatype. Bins count values or value transitions.
this are the types of bins in SystemVerilog coverage:-
-Implicit bins(automatic bins)
-Explicitly bins
-Transition bins
-Wildcard bins
-Ignore bins
-Illegal bins
is there any other types of bins is there for functional coverage?