Hello,
I’ve been using the uvm_reg write/read operations, for 64-bit registers with a 32-bit interface (APB for example), I see that the write(), and read() tasks are able to send two bus accesses first lower-part, the upper-part. Is it possible to reorder this in a “random” way, let’s say for some registers do first the upper-part first then the lower-part? Or for example writing only one half of the register, and then another register?
Any example is really appreciated.
-Ronald