In reply to dave_59:
In reply to Po:
That code was supposed to go in a sequence do a direct write and not inside the reg2bus (i.e. a non RAL bus access). I supposed you could create a random_address_reg giving it an out of range address, but that seems to be more bother than its worth.
Hi Dave,
Register sequences use register_name.write(…) method. How do we write to addresses where register does not exist, as we do not have register_name for those addresses? i.e how do we use ral write method to write to addresses where registers do not exist?