Inheritance diagram for class uvm_reg_field:
Public Member Functions | |
| function uvm_object | clone ( ) |
| function void | configure ( uvm_reg parent, int unsigned size, int unsigned lsb_pos, string access, bit volatile, uvm_reg_data_t reset, bit has_reset, bit is_rand, bit individually_accessible ) |
| function string | convert2string ( ) |
| function uvm_object | create ( string name = "" ) |
| static function bit | define_access ( string name ) |
| 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 string | get_access ( uvm_reg_map map = null ) |
| function uvm_check_e | get_compare ( ) |
| function string | get_full_name ( ) |
| function unsigned int | get_lsb_pos ( ) |
| 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 ( ) |
| virtual function uvm_object_wrapper | get_object_type ( ) |
| function uvm_reg | get_parent ( ) |
| function uvm_reg | get_register ( ) |
| function uvm_reg_data_t | get_reset ( string kind = "HARD" ) |
| static function type_id | get_type ( ) |
| virtual function string | get_type_name ( ) |
| function bit | has_reset ( string kind = "HARD", bit delete = 0 ) |
| function bit | is_indv_accessible ( uvm_path_e path, uvm_reg_map local_map ) |
| function bit | is_known_access ( uvm_reg_map map = null ) |
| function bit | is_volatile ( ) |
| 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 ( ) |
| 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 ) |
| function void | post_randomize ( ) |
| 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 ) |
| function void | pre_randomize ( ) |
| 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" ) |
| function void | set ( uvm_reg_data_t value, string fname = "", int lineno = 0 ) |
| function void | set_compare ( uvm_check_e check = UVM_CHECK ) |
| function void | set_reset ( uvm_reg_data_t value, string kind = "HARD" ) |
| function void | set_volatility ( bit volatile ) |
| function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) |
| function void | new ( string name = "uvm_reg_field" ) |
| function string | set_access ( string mode ) |
| 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 ) |
| function bit | Xcheck_accessX ( input uvm_reg_item rw, output uvm_reg_map_info map_info, input string caller ) |
| function uvm_reg_data_t | XpredictX ( uvm_reg_data_t cur_val, uvm_reg_data_t wr_val, uvm_reg_map map ) |
| function uvm_reg_data_t | XupdateX ( ) |
Public Attributes | |
| static const string | type_name = "uvm_reg_field"; |
| rand uvm_reg_data_t | value |
Member Typedefs | |
| typedef class | type_id |
Constraints | |
| constraint | uvm_reg_field_valid ( ) |
|
||||
|
|
|
||||
|
|
||||
|
|
|
||||
|
|
||||
|
|
||||
|
|
|
||||
|
|
|
||||
|
|
|
|
|
|
||||
|
|
|
|
|
|
||||
|
|
|
|
|
||||
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
|
||||
|
|
|
|
|
|
|
|
|
|
constraint uvm_reg_field_valid {
if ( 64 > m_size) { value < ('h1 << m_size); } } |