How to update the mirror value of register

In reply to murali405:

You mean uvm_reg_data_t? Correct?
This is a 2 state data types. It Looks like the mirror does not work and Returns the default value of a 2 state data type.
Could you please use uvm_reg_data_logic_t? If my guess is correct it should return ‘x’.