UVM RAL Backdoor methods

For backdoor access, we have write_reg(“”,UVM_BACKDOOR) & poke_reg() methods for writing into the registers. what is the difference between these two methods.

In reply to SRIMAN:

the write method can be configured for backdoor and frontdoor access. poke is restricted to backdoor.

In reply to SRIMAN:

Hi SriRam,

  1. When you are doing through write function, access types has significant.

  2. using poke method, access types has no significance.