uvm_reg_block

UVMkit » 1800.2-2017

This is an implementation of uvm_reg_block as described in 1800.2-2017 with the addition of API described below.

Summary
uvm_reg_block
This is an implementation of uvm_reg_block as described in 1800.2-2017 with the addition of API described below.
Methods
get_default_mapThis returns the default address map for this block.

get_default_map

function uvm_reg_map get_default_map ()

This returns the default address map for this block.  If create_map has never been called, this returns null.  If set_default_map has been called, this returns the value set in the most recent call.  Otherwise, this returns the map created in the first call to create_map @uvm-contrib This API is being considered for potential contribution to 1800.2

function uvm_reg_map get_default_map ()
This returns the default address map for this block.