SVT uvm_reg_map Class Member List

This is the complete list of members for class uvm_reg_map, including all inherited members.


 uvm_reg_map   function void  add_mem ( uvm_mem mem, uvm_reg_addr_t offset, string rights = "RW", bit unmapped = 0, uvm_reg_frontdoor frontdoor = null )   
 uvm_reg_map   function void  add_parent_map ( uvm_reg_map parent_map, uvm_reg_addr_t offset )   
 uvm_reg_map   function void  add_reg ( uvm_reg rg, uvm_reg_addr_t offset, string rights = "RW", bit unmapped = 0, uvm_reg_frontdoor frontdoor = null )   
 uvm_reg_map   function void  add_submap ( uvm_reg_map child_map, uvm_reg_addr_t offset )   
 uvm_reg_map  static  function uvm_reg_map  backdoor ( )   
 uvm_reg_map   function uvm_object  clone ( )   
 uvm_reg_map   function void  configure ( uvm_reg_block parent, uvm_reg_addr_t base_addr, int unsigned n_bytes, uvm_endianness_e endian, bit byte_addressing = 1 )   
 uvm_reg_map   function string  convert2string ( )   
 uvm_reg_map   function uvm_object  create ( string name = "" )   
 uvm_reg_map   task  do_bus_read ( uvm_reg_item rw, uvm_sequencer_base sequencer, uvm_reg_adapter adapter )   
 uvm_reg_map   task  do_bus_write ( uvm_reg_item rw, uvm_sequencer_base sequencer, uvm_reg_adapter adapter )   
 uvm_reg_map   function void  do_copy ( uvm_object rhs )   
 uvm_reg_map   function void  do_print ( uvm_printer printer )   
 uvm_reg_map   task  do_read ( uvm_reg_item rw )   
 uvm_reg_map   task  do_write ( uvm_reg_item rw )   
 uvm_reg_map   function uvm_reg_adapter  get_adapter ( uvm_hier_e hier = UVM_HIER )   
 uvm_reg_map   function unsigned int  get_addr_unit_bytes ( )   
 uvm_reg_map   function bit  get_auto_predict ( )   
 uvm_reg_map   function uvm_reg_addr_t  get_base_addr ( uvm_hier_e hier = UVM_HIER )   
 uvm_reg_map   function bit  get_check_on_read ( )   
 uvm_reg_map   function uvm_endianness_e  get_endian ( uvm_hier_e hier = UVM_HIER )   
 uvm_reg_map   function void  get_fields ( ref uvm_reg_field fields[$], input uvm_hier_e hier )   
 uvm_reg_map   function string  get_full_name ( )   
 uvm_reg_map   function void  get_memories ( ref uvm_mem mems[$], input uvm_hier_e hier )   
 uvm_reg_map   function uvm_mem  get_mem_by_offset ( uvm_reg_addr_t offset )   
 uvm_reg_map   function uvm_reg_map_info  get_mem_map_info ( uvm_mem mem, bit error = 1 )   
 uvm_reg_map   function unsigned int  get_n_bytes ( uvm_hier_e hier = UVM_HIER )   
 uvm_reg_map  virtual  function uvm_object_wrapper  get_object_type ( )   
 uvm_reg_map   function uvm_reg_block  get_parent ( )   
 uvm_reg_map   function uvm_reg_map  get_parent_map ( )   
 uvm_reg_map   function int  get_physical_addresses ( uvm_reg_addr_t base_addr, uvm_reg_addr_t mem_offset, int unsigned n_bytes, ref uvm_reg_addr_t addr[] )   
 uvm_reg_map   function void  get_registers ( ref uvm_reg regs[$], input uvm_hier_e hier )   
 uvm_reg_map   function uvm_reg  get_reg_by_offset ( uvm_reg_addr_t offset, bit read = 1 )   
 uvm_reg_map   function uvm_reg_map_info  get_reg_map_info ( uvm_reg rg, bit error = 1 )   
 uvm_reg_map   function uvm_reg_map  get_root_map ( )   
 uvm_reg_map   function uvm_sequencer_base  get_sequencer ( uvm_hier_e hier = UVM_HIER )   
 uvm_reg_map   function unsigned int  get_size ( )   
 uvm_reg_map   function uvm_reg_addr_t  get_submap_offset ( uvm_reg_map submap )   
 uvm_reg_map   function void  get_submaps ( ref uvm_reg_map maps[$], input uvm_hier_e hier )   
 uvm_reg_map  static  function type_id  get_type ( )   
 uvm_reg_map  virtual  function string  get_type_name ( )   
 uvm_reg_map   function void  get_virtual_fields ( ref uvm_vreg_field fields[$], input uvm_hier_e hier )   
 uvm_reg_map   function void  get_virtual_registers ( ref uvm_vreg regs[$], input uvm_hier_e hier )   
 uvm_object  static protected int  m_inst_count  
 uvm_reg_map   function void  m_set_mem_offset ( uvm_mem mem, uvm_reg_addr_t offset, bit unmapped )   
 uvm_reg_map   function void  m_set_reg_offset ( uvm_reg rg, uvm_reg_addr_t offset, bit unmapped )   
 uvm_reg_map   function void  new ( string name = "uvm_reg_map" )   
 uvm_reg_map   function void  reset ( string kind = "SOFT" )   
 uvm_reg_map   function void  set_auto_predict ( bit on = 1 )   
 uvm_reg_map   function void  set_base_addr ( uvm_reg_addr_t offset )   
 uvm_reg_map   function void  set_check_on_read ( bit on = 1 )   
 uvm_reg_map   function void  set_sequencer ( uvm_sequencer_base sequencer, uvm_reg_adapter adapter = null )   
 uvm_reg_map   function void  set_submap_offset ( uvm_reg_map submap, uvm_reg_addr_t offset )   
 uvm_reg_map  typedef  type_id   
 uvm_reg_map  static const string  type_name = "uvm_reg_map";  
 uvm_reg_map   function void  __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ )   
 uvm_object  static bit  use_uvm_seeding = 1;  
 uvm_reg_map   function void  Xget_bus_infoX ( uvm_reg_item rw, output uvm_reg_map_info map_info, output int size, output int lsb, output int addr_skip )   
 uvm_reg_map   function void  Xinit_address_mapX ( )   
 uvm_reg_map   function void  Xverify_map_configX ( )   
 uvm_object  static uvm_status_container  __m_uvm_status_container = new;  
 uvm_object   function bit  compare ( uvm_object rhs, uvm_comparer comparer = null )   
 uvm_object   function void  copy ( uvm_object rhs )   
 uvm_object   function bit  do_compare ( uvm_object rhs, uvm_comparer comparer )   
 uvm_object   function void  do_pack ( uvm_packer packer )   
 uvm_object   function void  do_record ( uvm_recorder recorder )   
 uvm_object   function void  do_unpack ( uvm_packer packer )   
 uvm_object  static  function int  get_inst_count ( )   
 uvm_object   function int  get_inst_id ( )   
 uvm_object   function string  get_name ( )   
 uvm_object  protected virtual  function uvm_report_object  m_get_report_object ( )   
 uvm_object   function int  pack ( ref bit bitstream[], input uvm_packer packer )   
 uvm_object   function int  pack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer )   
 uvm_object   function int  pack_ints ( ref int unsigned intstream[], input uvm_packer packer )   
 uvm_object   function void  print ( uvm_printer printer = null )   
 uvm_object   function void  record ( uvm_recorder recorder = null )   
 uvm_object   function void  reseed ( )   
 uvm_object   function void  set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 )   
 uvm_object   function void  set_name ( string name )   
 uvm_object   function void  set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 )   
 uvm_object   function void  set_string_local ( string field_name, string value, bit recurse = 1 )   
 uvm_object   function string  sprint ( uvm_printer printer = null )   
 uvm_object   function int  unpack ( ref bit bitstream[], input uvm_packer packer )   
 uvm_object   function int  unpack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer )   
 uvm_object   function int  unpack_ints ( ref int unsigned intstream[], input uvm_packer packer )