is there a way to set_rights of uvm reg for a specific map ? (like uvm_field) if no why not ?
an alternative would be:
reg.get_fields(field_q)
foreach(field_q[i])
field_q[i].set_rights("RO")
but why not allow modification of reg access directly ?