Query on uvm_reg_hw_reset_seq

Hi all,

I am using uvm_reg_hw_reset_seq to verify default values of all the registers in DUT.
For one of the registers field, default value is 'd7 in DUT implementation, But in RAL model, field.configure(.reset('d0)) is given.
I am expecting uvm_reg_hw_reset_seq to flag error for this field while checking the default values of all the register fields. But it is not flagging any error. I am seeing that 'd7 being read in waves.

Can you please help me with this issue.

Thank you,
Surya

Hi all,

Can anybody help me with this issue ?

Thank you,
Surya