Check the WO register for the value actually written

Hi all

I am trying to check whether the register at an address.

Register is WO . I want to check whether the register has been updated with the write value . I have tried using mirror and get_mirrored_value but they returned 'h0000000 as its WO . Any other way to check and verify ?

thanks

In reply to Sv-hustler:

Simply use the backdoor access like peek. It is not restricted to the access rights.

In reply to chr_sue:

thanks chr_sue . Will implement backdoor access .