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 chr_sue:

Hi ,

I used set and update methods , now its working as expected.
first I updated m_desired value using set method for the required field in the register 
then I used update method  for the register only that field got updated .

Thanks