Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

set_rights for uvm reg

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 756

Trending Articles