How to Read/write from/to an address using UVM RAL where register does not exist?

In reply to chr_sue:

In reply to superUVM:
Use a register name which does not exist as a register. Tis is equivalent to what you want to do.

Hi,
Would not his cause,

  1. Null pointer or UVM_OK will fail,
  2. Do you expect write transaction to go on bus and eventually hardware will report error?
  3. How do you associate address to register? Should this register{s} be defined in reg model which are not existent in hardware?

Can you please clarify?

Thanks