This is the complete list of members for class uvm_reg_block, including all inherited members.
| uvm_reg_block | function void | add_block ( uvm_reg_block blk ) | |
| uvm_reg_block | protected function void | add_coverage ( uvm_reg_cvr_t models ) | |
| uvm_reg_block | function void | add_hdl_path ( string path, string kind = "RTL" ) | |
| uvm_reg_block | function void | add_map ( uvm_reg_map map ) | |
| uvm_reg_block | function void | add_mem ( uvm_mem mem ) | |
| uvm_reg_block | function void | add_reg ( uvm_reg rg ) | |
| uvm_reg_block | function void | add_vreg ( uvm_vreg vreg ) | |
| uvm_reg_block | protected function uvm_reg_cvr_t | build_coverage ( uvm_reg_cvr_t models ) | |
| uvm_reg_block | static protected function bit | check_data_width ( int unsigned width ) | |
| uvm_reg_block | function void | clear_hdl_path ( string kind = "RTL" ) | |
| uvm_reg_block | function uvm_object | clone ( ) | |
| uvm_object | function bit | compare ( uvm_object rhs, uvm_comparer comparer = null ) | |
| uvm_reg_block | function void | configure ( uvm_reg_block parent = null, string hdl_path = "" ) | |
| uvm_reg_block | function string | convert2string ( ) | |
| uvm_object | function void | copy ( uvm_object rhs ) | |
| uvm_object | virtual function uvm_object | create ( string name = "" ) | |
| uvm_reg_block | function uvm_reg_map | create_map ( string name, uvm_reg_addr_t base_addr, int unsigned n_bytes, uvm_endianness_e endian, bit byte_addressing = 1 ) | |
| uvm_reg_block | uvm_reg_map | default_map | |
| uvm_reg_block | uvm_path_e | default_path | |
| uvm_reg_block | function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) | |
| uvm_reg_block | function void | do_copy ( uvm_object rhs ) | |
| uvm_reg_block | function void | do_pack ( uvm_packer packer ) | |
| uvm_reg_block | function void | do_print ( uvm_printer printer ) | |
| uvm_object | function void | do_record ( uvm_recorder recorder ) | |
| uvm_reg_block | function void | do_unpack ( uvm_packer packer ) | |
| uvm_reg_block | static function uvm_reg_block | find_block ( input string name, input uvm_reg_block root, input uvm_object accessor ) | |
| uvm_reg_block | static function int | find_blocks ( input string name, ref uvm_reg_block blks[$], input uvm_reg_block root, input uvm_object accessor ) | |
| uvm_reg_block | function uvm_reg_backdoor | get_backdoor ( bit inherited = 1 ) | |
| uvm_reg_block | function void | get_blocks ( ref uvm_reg_block blks[$], input uvm_hier_e hier ) | |
| uvm_reg_block | function uvm_reg_block | get_block_by_name ( string name ) | |
| uvm_reg_block | function bit | get_coverage ( uvm_reg_cvr_t is_on = UVM_CVR_ALL ) | |
| uvm_reg_block | function string | get_default_hdl_path ( ) | |
| uvm_reg_block | function uvm_reg_map | get_default_map ( ) | |
| uvm_reg_block | function uvm_path_e | get_default_path ( ) | |
| uvm_reg_block | function void | get_fields ( ref uvm_reg_field fields[$], input uvm_hier_e hier ) | |
| uvm_reg_block | function uvm_reg_field | get_field_by_name ( string name ) | |
| uvm_reg_block | function void | get_full_hdl_path ( ref string paths[$], input string kind, string separator = "." ) | |
| uvm_reg_block | function string | get_full_name ( ) | |
| uvm_reg_block | function void | get_hdl_path ( ref string paths[$], input string kind ) | |
| uvm_object | static function int | get_inst_count ( ) | |
| uvm_object | function int | get_inst_id ( ) | |
| uvm_reg_block | function void | get_maps ( ref uvm_reg_map maps[$] ) | |
| uvm_reg_block | function uvm_reg_map | get_map_by_name ( string name ) | |
| uvm_reg_block | function void | get_memories ( ref uvm_mem mems[$], input uvm_hier_e hier ) | |
| uvm_reg_block | function uvm_mem | get_mem_by_name ( string name ) | |
| uvm_object | function string | get_name ( ) | |
| uvm_object | function uvm_object_wrapper | get_object_type ( ) | |
| uvm_reg_block | function uvm_reg_block | get_parent ( ) | |
| uvm_reg_block | function void | get_registers ( ref uvm_reg regs[$], input uvm_hier_e hier ) | |
| uvm_reg_block | function uvm_reg | get_reg_by_name ( string name ) | |
| uvm_reg_block | static function void | get_root_blocks ( ref uvm_reg_block blks[$] ) | |
| uvm_object | static function uvm_object_wrapper | get_type ( ) | |
| uvm_object | virtual function string | get_type_name ( ) | |
| uvm_reg_block | function uvm_vreg_field | get_vfield_by_name ( string name ) | |
| uvm_reg_block | function void | get_virtual_fields ( ref uvm_vreg_field fields[$], input uvm_hier_e hier ) | |
| uvm_reg_block | function void | get_virtual_registers ( ref uvm_vreg regs[$], input uvm_hier_e hier ) | |
| uvm_reg_block | function uvm_vreg | get_vreg_by_name ( string name ) | |
| uvm_reg_block | function bit | has_coverage ( uvm_reg_cvr_t models ) | |
| uvm_reg_block | function bit | has_hdl_path ( string kind = "" ) | |
| uvm_reg_block | function bit | is_hdl_path_root ( string kind = "" ) | |
| uvm_reg_block | function bit | is_locked ( ) | |
| uvm_reg_block | function void | lock_model ( ) | |
| uvm_reg_block | task | mirror ( output uvm_status_e status, input uvm_check_e check, input uvm_path_e path, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_object | static protected int | m_inst_count | |
| uvm_reg_block | function bit | needs_update ( ) | |
| uvm_reg_block | function void | new ( string name = "", int has_coverage = UVM_NO_COVERAGE ) | |
| uvm_reg_block | task | read_mem_by_name ( output uvm_status_e status, input string name, input uvm_reg_addr_t offset, output uvm_reg_data_t data, input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_reg_block | task | read_reg_by_name ( output uvm_status_e status, input string name, output uvm_reg_data_t data, input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_reg_block | task | readmemh ( string filename ) | |
| uvm_reg_block | function void | reset ( string kind = "HARD" ) | |
| uvm_reg_block | protected virtual function void | sample ( uvm_reg_addr_t offset, bit is_read, uvm_reg_map map ) | |
| uvm_reg_block | function void | sample_values ( ) | |
| uvm_reg_block | function void | set_backdoor ( uvm_reg_backdoor bkdr, string fname = "", int lineno = 0 ) | |
| uvm_reg_block | function uvm_reg_cvr_t | set_coverage ( uvm_reg_cvr_t is_on ) | |
| uvm_reg_block | function void | set_default_hdl_path ( string kind ) | |
| uvm_reg_block | function void | set_default_map ( uvm_reg_map map ) | |
| uvm_reg_block | function void | set_hdl_path_root ( string path, string kind = "RTL" ) | |
| uvm_reg_block | function void | set_parent ( uvm_reg_block parent ) | |
| uvm_reg_block | task | update ( output uvm_status_e status, input uvm_path_e path, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_object | static bit | use_uvm_seeding = 1; | |
| uvm_reg_block | task | write_mem_by_name ( output uvm_status_e status, input string name, input uvm_reg_addr_t offset, input uvm_reg_data_t data, input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_reg_block | task | write_reg_by_name ( output uvm_status_e status, input string name, input uvm_reg_data_t data, input uvm_path_e path, input uvm_reg_map map, input uvm_sequence_base parent, input int prior, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_reg_block | task | writememh ( string filename ) | |
| uvm_reg_block | function void | XsampleX ( uvm_reg_addr_t addr, bit is_read, uvm_reg_map map ) | |
| uvm_object | static uvm_status_container | __m_uvm_status_container = new; | |
| 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 ) | |
| uvm_object | function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) | |
| uvm_object | protected virtual function uvm_report_object | m_get_report_object ( ) | |