Can we create bins for a signal whose values are less than that of given threshold value

Hi,

can we create coverage bin for a real variable whose values are less than that of given threshold value.

For Ex: temp_var is a real variable and I want to create a bin for all the values less than 2.50

Thanks

In reply to sj1992:

SystemVerilog only allows integral bin values. However, the result of a relational operator is a 1-bit integral value, so you should be able to create a coverpoint using that expression.