In reply to UVM_LOVE:
I believe that this is demonstrating issues that when a sequence accesses registers using legacy methods (i.e. getting a register address and then reading/writing that address), the register model won’t be kept up to date.
You need to ensure that all of your sequences use the reg_map.register.XXX() methods to maintain register coherency.