This is the complete list of members for class uvm_reg, including all inherited members.
| uvm_reg | protected function void | add_coverage ( uvm_reg_cvr_t models ) | |
| uvm_reg | function void | add_field ( uvm_reg_field field ) | |
| uvm_reg | function void | add_hdl_path ( uvm_hdl_path_slice slices[], string kind = "RTL" ) | |
| uvm_reg | function void | add_hdl_path_slice ( string name, int offset, int size, bit first = 0, string kind = "RTL" ) | |
| uvm_reg | function void | add_map ( uvm_reg_map map ) | |
| uvm_reg | task | backdoor_read ( uvm_reg_item rw ) | |
| uvm_reg | function uvm_status_e | backdoor_read_func ( uvm_reg_item rw ) | |
| uvm_reg | virtual task | backdoor_watch ( ) | |
| uvm_reg | task | backdoor_write ( uvm_reg_item rw ) | |
| uvm_reg | protected function uvm_reg_cvr_t | build_coverage ( uvm_reg_cvr_t models ) | |
| uvm_reg | function void | clear_hdl_path ( string kind = "RTL" ) | |
| uvm_reg | function uvm_object | clone ( ) | |
| uvm_object | function bit | compare ( uvm_object rhs, uvm_comparer comparer = null ) | |
| uvm_reg | function void | configure ( uvm_reg_block blk_parent, uvm_reg_file regfile_parent = null, string hdl_path = "" ) | |
| uvm_reg | function string | convert2string ( ) | |
| uvm_object | function void | copy ( uvm_object rhs ) | |
| uvm_object | virtual function uvm_object | create ( string name = "" ) | |
| uvm_reg | function bit | do_check ( input uvm_reg_data_t expected, input uvm_reg_data_t actual, uvm_reg_map map ) | |
| uvm_reg | function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) | |
| uvm_reg | function void | do_copy ( uvm_object rhs ) | |
| uvm_reg | function void | do_pack ( uvm_packer packer ) | |
| uvm_reg | function void | do_predict ( uvm_reg_item rw, uvm_predict_e kind = UVM_PREDICT_DIRECT, uvm_reg_byte_en_t be = -1 ) | |
| uvm_reg | function void | do_print ( uvm_printer printer ) | |
| uvm_reg | task | do_read ( uvm_reg_item rw ) | |
| uvm_object | function void | do_record ( uvm_recorder recorder ) | |
| uvm_reg | function void | do_unpack ( uvm_packer packer ) | |
| uvm_reg | task | do_write ( uvm_reg_item rw ) | |
| uvm_reg | function uvm_reg_data_t | get ( string fname = "", int lineno = 0 ) | |
| uvm_reg | function uvm_reg_addr_t | get_address ( uvm_reg_map map = null ) | |
| uvm_reg | function int | get_addresses ( uvm_reg_map map = null, ref uvm_reg_addr_t addr[] ) | |
| uvm_reg | function uvm_reg_backdoor | get_backdoor ( bit inherited = 1 ) | |
| uvm_reg | function uvm_reg_block | get_block ( ) | |
| uvm_reg | function bit | get_coverage ( uvm_reg_cvr_t is_on ) | |
| uvm_reg | function uvm_reg_map | get_default_map ( string caller = "" ) | |
| uvm_reg | function void | get_fields ( ref uvm_reg_field fields[$] ) | |
| uvm_reg | function uvm_reg_field | get_field_by_name ( string name ) | |
| uvm_reg | function uvm_reg_frontdoor | get_frontdoor ( uvm_reg_map map = null ) | |
| uvm_reg | function void | get_full_hdl_path ( ref uvm_hdl_path_concat paths[$], input string kind, input string separator ) | |
| uvm_reg | function string | get_full_name ( ) | |
| uvm_reg | function void | get_hdl_path ( ref uvm_hdl_path_concat paths[$], input string kind ) | |
| uvm_reg | function void | get_hdl_path_kinds ( ref string kinds[$] ) | |
| uvm_object | static function int | get_inst_count ( ) | |
| uvm_object | function int | get_inst_id ( ) | |
| uvm_reg | function uvm_reg_map | get_local_map ( uvm_reg_map map, string caller = "" ) | |
| uvm_reg | function void | get_maps ( ref uvm_reg_map maps[$] ) | |
| uvm_reg | static function unsigned int | get_max_size ( ) | |
| uvm_reg | function uvm_reg_data_t | get_mirrored_value ( string fname = "", int lineno = 0 ) | |
| uvm_reg | function unsigned int | get_n_bits ( ) | |
| uvm_reg | function unsigned int | get_n_bytes ( ) | |
| uvm_reg | function int | get_n_maps ( ) | |
| uvm_object | function string | get_name ( ) | |
| uvm_object | function uvm_object_wrapper | get_object_type ( ) | |
| uvm_reg | function uvm_reg_addr_t | get_offset ( uvm_reg_map map = null ) | |
| uvm_reg | function uvm_reg_block | get_parent ( ) | |
| uvm_reg | function uvm_reg_file | get_regfile ( ) | |
| uvm_reg | function uvm_reg_data_t | get_reset ( string kind = "HARD" ) | |
| uvm_reg | function string | get_rights ( uvm_reg_map map = null ) | |
| uvm_object | static function uvm_object_wrapper | get_type ( ) | |
| uvm_object | virtual function string | get_type_name ( ) | |
| uvm_reg | function bit | has_coverage ( uvm_reg_cvr_t models ) | |
| uvm_reg | function bit | has_hdl_path ( string kind = "" ) | |
| uvm_reg | function bit | has_reset ( string kind = "HARD", bit delete = 0 ) | |
| uvm_reg | static function void | include_coverage ( string scope, uvm_reg_cvr_t models, uvm_object accessor = null ) | |
| uvm_reg | function bit | is_busy ( ) | |
| uvm_reg | function bit | is_in_map ( uvm_reg_map map ) | |
| uvm_reg | protected uvm_reg_field | m_fields [$] | |
| uvm_reg | bit | m_is_busy | |
| uvm_reg | bit | m_is_locked_by_field | |
| uvm_reg | protected bit | m_maps [ uvm_reg_map ] | |
| uvm_reg | protected bit | m_update_in_progress | |
| uvm_reg | task | mirror ( output uvm_status_e status, input uvm_check_e check, 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_object | static protected int | m_inst_count | |
| uvm_reg | function bit | needs_update ( ) | |
| uvm_reg | function void | new ( string name = "", int unsigned n_bits, int has_coverage ) | |
| 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_reg | task | peek ( output uvm_status_e status, output uvm_reg_data_t value, input string kind, input uvm_sequence_base parent, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_reg | task | poke ( output uvm_status_e status, input uvm_reg_data_t value, input string kind, input uvm_sequence_base parent, input uvm_object extension, input string fname, input int lineno ) | |
| uvm_reg | virtual task | post_read ( uvm_reg_item rw ) | |
| uvm_reg | virtual task | post_write ( uvm_reg_item rw ) | |
| uvm_reg | function bit | predict ( uvm_reg_data_t value, uvm_reg_byte_en_t be = -1, uvm_predict_e kind = UVM_PREDICT_DIRECT, uvm_path_e path = UVM_FRONTDOOR, uvm_reg_map map = null, string fname = "", int lineno = 0 ) | |
| uvm_reg | virtual task | pre_read ( uvm_reg_item rw ) | |
| uvm_reg | virtual task | pre_write ( uvm_reg_item rw ) | |
| uvm_object | function void | print ( uvm_printer printer = null ) | |
| uvm_reg | task | read ( output uvm_status_e status, output uvm_reg_data_t value, 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_object | function void | record ( uvm_recorder recorder = null ) | |
| uvm_reg | function void | reset ( string kind = "HARD" ) | |
| uvm_reg | protected virtual function void | sample ( uvm_reg_data_t data, uvm_reg_data_t byte_en, bit is_read, uvm_reg_map map ) | |
| uvm_reg | virtual function void | sample_values ( ) | |
| uvm_reg | function void | set ( uvm_reg_data_t value, string fname = "", int lineno = 0 ) | |
| uvm_reg | function void | set_backdoor ( uvm_reg_backdoor bkdr, string fname = "", int lineno = 0 ) | |
| uvm_reg | function uvm_reg_cvr_t | set_coverage ( uvm_reg_cvr_t is_on ) | |
| uvm_reg | function void | set_frontdoor ( uvm_reg_frontdoor ftdr, uvm_reg_map map = null, string fname = "", int lineno = 0 ) | |
| uvm_object | function void | set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 ) | |
| uvm_object | function void | set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 ) | |
| uvm_reg | function void | set_offset ( uvm_reg_map map, uvm_reg_addr_t offset, bit unmapped = 0 ) | |
| uvm_reg | function void | set_parent ( uvm_reg_block blk_parent, uvm_reg_file regfile_parent ) | |
| uvm_reg | function void | set_reset ( uvm_reg_data_t value, string kind = "HARD" ) | |
| 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_reg | task | update ( output uvm_status_e status, 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_object | static bit | use_uvm_seeding = 1; | |
| uvm_reg | task | write ( output uvm_status_e status, input uvm_reg_data_t value, 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 | task | XatomicX ( bit on ) | |
| uvm_reg | function bit | Xcheck_accessX ( input uvm_reg_item rw, output uvm_reg_map_info map_info, input string caller ) | |
| uvm_reg | function string | Xget_fields_accessX ( uvm_reg_map map ) | |
| uvm_reg | function bit | Xis_locked_by_fieldX ( ) | |
| uvm_reg | function void | Xlock_modelX ( ) | |
| uvm_reg | task | XreadX ( output uvm_status_e status, output uvm_reg_data_t value, 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 | function void | XsampleX ( uvm_reg_data_t data, uvm_reg_data_t byte_en, bit is_read, uvm_reg_map map ) | |
| uvm_reg | function void | Xset_busyX ( bit busy ) | |
| uvm_object | function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) | |
| uvm_object | static uvm_status_container | __m_uvm_status_container = new; | |
| uvm_object | protected virtual function uvm_report_object | m_get_report_object ( ) | |
| uvm_object | function void | reseed ( ) | |
| uvm_object | function void | set_name ( string name ) | |