Mirroring in Register Abstraction Layer

In reply to Katri:

In reply to shrestha_verif:
Thanks Shrestha. I got it now
And one more thing, how are the desired values and mirror values automatically updated in back door access?? In back door access, we access the values through the hierarchical path. But how does that update the mirrored and desired values automatically?
Thanks

With backdoor access using mirror (for both read/write), poke (for backdoor read), peek (for backdoor write) function, the do_predict function will be called after reading/writing successfully. Thus, mirror and desired value will be updated automatically.