1functionvoid uvm_reg_map::set_base_addr(uvm_reg_addr_t offset);2if(m_parent_map !=null)begin3m_parent_map.set_submap_offset(this, offset);4end5elsebegin6m_base_addr =offset;7if(m_parent.is_locked())begin8uvm_reg_map top_map =get_root_map();9top_map.Xinit_address_mapX();10...
local uvm_reg_transaction_order_policy policy; extern/*local*/functionvoid Xinit_address_mapX(); static local uvm_reg_map m_backdoor;//Function: backdoor//Return the backdoor pseudo-map singleton///This pseudo-map is used to specify or configure the backdoor//instead of a real address ma...
function new(stringname="uvm_reg_map") Create a new instance configure function void configure(uvm_reg_blockparent, uvm_reg_addr_tbase_addr, intunsignedn_bytes, uvm_endianness_eendian, bitbyte_addressing=1) Instance-specific configuration