UVM RAL :: Am trying to access 8 bits out of 16bits of a register , But entire 16 bit data are being written

In reply to Girisha A B:

Have you configured your register adapter class to support byte enables (supports_byte_enable = 1)?
If not, see “Implementing An Adapter” in the UVM Cookbook.