uvm_reg

UVMkit » 1800.2-2020

This is an implementation of uvm_reg as described in 1800.2 with the addition of API described below.

Summary
uvm_reg
This is an implementation of uvm_reg as described in 1800.2 with the addition of API described below.
Methods
get_default_map

get_default_map

virtual function uvm_reg_map get_default_map ()

Returns default map for the register as follows

If the register is not associated with any mapreturns null
Else If the register is associated with only one mapreturn a handle to that map Else try to find the first default map in its parent blocks and return its handle If there are no default maps in the registers parent blocks return a handle to the first map in its map array
virtual function uvm_reg_map get_default_map ()