RAL Explicit prediction

Hi,

in order to “catch” a mismatch between the real RTL value of some field in a given register and the mirrored value upon REG.mirror(status, UVM_CHECK )

I need to call the mirror function with UVM_CHECK (as I did above) and also set the specific field REG.SOME_FIELD.set_compare(UVM_CHECK)

my question is:
is there any other way to use set_compare() in context of register block or a register map instead of use it register by register, field by field ?

If anyone knows the answer I’d love to know :)
Thanks,
Moshiko