Is it possible to do a backdoor access using register address and not the register string name?

Hello Folks,

I am in a situation where I wanted to perform a register backdoor using register address and not using the register string name. ?

Because I will be forming the register address based on certain criteria and wanted to perform the backdoor access [because I wont be having the privilege of the getting to know which block this register exists etc.].

So wanted to know if there is a way I can do a backdoor peek/poke using just the register address ?

Share in your comments!

Thanks !

As per my understanding. Your Register Model (RAL) should be having inbuild method(get_reg_by_addr() similar function) to search through the register available in the RAL env based on the address (Base and offset).
Once you get the register name . You should be able to read or write through Backdoor.
Please let me know if this cannot be achieved.

Thanks
Senthil S