Inheritance diagram for class uvm_reg:
Public Member Functions | |
| function void | add_field ( uvm_reg_field field ) |
| function void | add_hdl_path ( uvm_hdl_path_slice slices[], string kind = "RTL" ) |
| function void | add_hdl_path_slice ( string name, int offset, int size, bit first = 0, string kind = "RTL" ) |
| function void | add_map ( uvm_reg_map map ) |
| task | backdoor_read ( uvm_reg_item rw ) |
| function uvm_status_e | backdoor_read_func ( uvm_reg_item rw ) |
| virtual task | backdoor_watch ( ) |
| task | backdoor_write ( uvm_reg_item rw ) |
| function void | clear_hdl_path ( string kind = "RTL" ) |
| function uvm_object | clone ( ) |
| function void | configure ( uvm_reg_block blk_parent, uvm_reg_file regfile_parent = null, string hdl_path = "" ) |
| function string | convert2string ( ) |
| function bit | do_check ( input uvm_reg_data_t expected, input uvm_reg_data_t actual, uvm_reg_map map ) |
| function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) |
| function void | do_copy ( uvm_object rhs ) |
| function void | do_pack ( uvm_packer packer ) |
| function void | do_predict ( uvm_reg_item rw, uvm_predict_e kind = UVM_PREDICT_DIRECT, uvm_reg_byte_en_t be = -1 ) |
| function void | do_print ( uvm_printer printer ) |
| task | do_read ( uvm_reg_item rw ) |
| function void | do_unpack ( uvm_packer packer ) |
| task | do_write ( uvm_reg_item rw ) |
| function uvm_reg_data_t | get ( string fname = "", int lineno = 0 ) |
| function uvm_reg_addr_t | get_address ( uvm_reg_map map = null ) |
| function int | get_addresses ( uvm_reg_map map = null, ref uvm_reg_addr_t addr[] ) |
| function uvm_reg_backdoor | get_backdoor ( bit inherited = 1 ) |
| function uvm_reg_block | get_block ( ) |
| function bit | get_coverage ( uvm_reg_cvr_t is_on ) |
| function uvm_reg_map | get_default_map ( string caller = "" ) |
| function void | get_fields ( ref uvm_reg_field fields[$] ) |
| function uvm_reg_field | get_field_by_name ( string name ) |
| function uvm_reg_frontdoor | get_frontdoor ( uvm_reg_map map = null ) |
| function void | get_full_hdl_path ( ref uvm_hdl_path_concat paths[$], input string kind, input string separator ) |
| function string | get_full_name ( ) |
| function void | get_hdl_path ( ref uvm_hdl_path_concat paths[$], input string kind ) |
| function void | get_hdl_path_kinds ( ref string kinds[$] ) |
| function uvm_reg_map | get_local_map ( uvm_reg_map map, string caller = "" ) |
| function void | get_maps ( ref uvm_reg_map maps[$] ) |
| static function unsigned int | get_max_size ( ) |
| function uvm_reg_data_t | get_mirrored_value ( string fname = "", int lineno = 0 ) |
| function unsigned int | get_n_bits ( ) |
| function unsigned int | get_n_bytes ( ) |
| function int | get_n_maps ( ) |
| function uvm_reg_addr_t | get_offset ( uvm_reg_map map = null ) |
| function uvm_reg_block | get_parent ( ) |
| function uvm_reg_file | get_regfile ( ) |
| function uvm_reg_data_t | get_reset ( string kind = "HARD" ) |
| function string | get_rights ( uvm_reg_map map = null ) |
| function bit | has_coverage ( uvm_reg_cvr_t models ) |
| function bit | has_hdl_path ( string kind = "" ) |
| function bit | has_reset ( string kind = "HARD", bit delete = 0 ) |
| static function void | include_coverage ( string scope, uvm_reg_cvr_t models, uvm_object accessor = null ) |
| function bit | is_busy ( ) |
| function bit | is_in_map ( uvm_reg_map map ) |
| 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 ) |
| function bit | needs_update ( ) |
| function void | new ( string name = "", int unsigned n_bits, int has_coverage ) |
| 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 ) |
| 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 ) |
| virtual task | post_read ( uvm_reg_item rw ) |
| virtual task | post_write ( uvm_reg_item rw ) |
| 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 ) |
| virtual task | pre_read ( uvm_reg_item rw ) |
| virtual task | pre_write ( uvm_reg_item rw ) |
| 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 ) |
| function void | reset ( string kind = "HARD" ) |
| virtual function void | sample_values ( ) |
| function void | set ( uvm_reg_data_t value, string fname = "", int lineno = 0 ) |
| function void | set_backdoor ( uvm_reg_backdoor bkdr, string fname = "", int lineno = 0 ) |
| function uvm_reg_cvr_t | set_coverage ( uvm_reg_cvr_t is_on ) |
| function void | set_frontdoor ( uvm_reg_frontdoor ftdr, uvm_reg_map map = null, string fname = "", int lineno = 0 ) |
| function void | set_offset ( uvm_reg_map map, uvm_reg_addr_t offset, bit unmapped = 0 ) |
| function void | set_parent ( uvm_reg_block blk_parent, uvm_reg_file regfile_parent ) |
| function void | set_reset ( uvm_reg_data_t value, string kind = "HARD" ) |
| 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 ) |
| 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 ) |
| task | XatomicX ( bit on ) |
| function bit | Xcheck_accessX ( input uvm_reg_item rw, output uvm_reg_map_info map_info, input string caller ) |
| function string | Xget_fields_accessX ( uvm_reg_map map ) |
| function bit | Xis_locked_by_fieldX ( ) |
| function void | Xlock_modelX ( ) |
| 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 ) |
| function void | XsampleX ( uvm_reg_data_t data, uvm_reg_data_t byte_en, bit is_read, uvm_reg_map map ) |
| function void | Xset_busyX ( bit busy ) |
Public Attributes | |
| bit | m_is_busy |
| bit | m_is_locked_by_field |
Protected Member Functions | |
| function void | add_coverage ( uvm_reg_cvr_t models ) |
| function uvm_reg_cvr_t | build_coverage ( uvm_reg_cvr_t models ) |
| virtual function void | sample ( uvm_reg_data_t data, uvm_reg_data_t byte_en, bit is_read, uvm_reg_map map ) |
Protected Attributes | |
| protected uvm_reg_field | m_fields [$] |
| protected bit | m_maps [ uvm_reg_map ] |
| protected bit | m_update_in_progress |
|
|
||||
|
|
|
|
||||
|
|
|
|
|
|
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
||||
|
|
||||
|
|
||||||
|
|
||||
|
|
|
||||
|
|
|
||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
|
|
|
||||
|
|
||||
|
|
||||
|
|
|
|
|
||||||
|
|
|
|
|
|
|
|
||||||
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|