get_n_bits Returns the width, in number of bits, of the field. get_max_size Returns the width, in number of bits, of the largest field. set_access Modify the access policy of the field define_access Define a new access policy value get_access Get the access policy of the field is_...
field_val&= ('b1 << m_size)-1;end UVM_PREDICT_READ: begin uvm_reg_field_cb_iter cbs=new(this);if(rw.path == UVM_FRONTDOOR || rw.path ==UVM_PREDICT) beginstringacc =get_access(rw.map);if(acc =="RC"||acc=="WRC"||acc=="WSRC"||acc=="W1SRC"||acc=="W0SRC") field_v...