Limiting compare to 2 elements with tolerance margin for a Scoreboard?

In reply to cgales:

To clarify Chuck’s response, do_compare() is a hook method called after comparing all the registered fields. The result of do_compare() gets ANDed with the field macro compares; you cannot change a false to true compare.
`uvm_field_real
does a simple equality(==) compare which you should never do with real numbers.