Related to ral model

HI all I have doubt in the ral model
there will be a configure method for the register fields., in that when a register field should be configured as .volatile(1) and when a register field should be configured as .volatile(0) please help me.

thanks and regards

In reply to vijay kumar gannoju:

A volatile field is a writable field whose value may change due to something other than was written by a predicable interface. It could be a simple as something that the reg model is not able to predict sufficiently. There is better description of this field in the UVM LRM hereOriginally this bit was just for introspection of the field, but now it may affect how some checks are performed. I don’t remember and it is certainly not well documented.