Inheritance diagram for class uvm_component:
Public Member Functions | |
| function void | accept_tr ( uvm_transaction tr, time accept_time = 0 ) |
| virtual task | all_dropped ( uvm_objection objection, uvm_object source_obj, string description, int count ) |
| function void | apply_config_settings ( bit verbose = 0 ) |
| function integer | begin_child_tr ( uvm_transaction tr, integer parent_handle = 0, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) |
| function integer | begin_tr ( uvm_transaction tr, string stream_name = "main", string label = "", string desc = "", time begin_time = 0, integer parent_handle = 0 ) |
| function void | build ( ) |
| function void | build_phase ( uvm_phase phase ) |
| function void | check ( ) |
| function void | check_config_usage ( bit recurse = 1 ) |
| function void | check_phase ( uvm_phase phase ) |
| function uvm_object | clone ( ) |
| task | configure_phase ( uvm_phase phase ) |
| function void | connect ( ) |
| function void | connect_phase ( uvm_phase phase ) |
| function uvm_object | create ( string name = "" ) |
| function uvm_component | create_component ( string requested_type_name, string name ) |
| function uvm_object | create_object ( string requested_type_name, string name = "" ) |
| function void | do_flush ( ) |
| function void | do_kill_all ( ) |
| function void | do_print ( uvm_printer printer ) |
| function void | do_resolve_bindings ( ) |
| virtual function void | dropped ( uvm_objection objection, uvm_object source_obj, string description, int count ) |
| function void | end_of_elaboration ( ) |
| function void | end_of_elaboration_phase ( uvm_phase phase ) |
| function void | end_tr ( uvm_transaction tr, time end_time = 0, bit free_handle = 1 ) |
| function void | extract ( ) |
| function void | extract_phase ( uvm_phase phase ) |
| function void | final_phase ( uvm_phase phase ) |
| function void | flush ( ) |
| function uvm_component | get_child ( string name ) |
| function void | get_children ( ref uvm_component children[$] ) |
| function bit | get_config_int ( string field_name, inout uvm_bitstream_t value ) |
| function bit | get_config_object ( string field_name, inout uvm_object value, input bit clone ) |
| function bit | get_config_string ( string field_name, inout string value ) |
| function unsigned int | get_depth ( ) |
| function uvm_domain | get_domain ( ) |
| function int | get_first_child ( ref string name ) |
| function string | get_full_name ( ) |
| function int | get_next_child ( ref string name ) |
| function int | get_num_children ( ) |
| function uvm_component | get_parent ( ) |
| virtual function string | get_type_name ( ) |
| function int | has_child ( string name ) |
| function void | kill ( ) |
| function uvm_component | lookup ( string name ) |
| function void | m_apply_verbosity_settings ( uvm_phase phase ) |
| function void | m_do_pre_abort ( ) |
| function void | m_set_cl_action ( ) |
| function void | m_set_cl_msg_args ( ) |
| function void | m_set_cl_sev ( ) |
| function void | m_set_cl_verb ( ) |
| task | main_phase ( uvm_phase phase ) |
| function string | massage_scope ( string scope ) |
| function void | new ( string name, uvm_component parent ) |
| function void | phase_ended ( uvm_phase phase ) |
| function void | phase_ready_to_end ( uvm_phase phase ) |
| function void | phase_started ( uvm_phase phase ) |
| task | post_configure_phase ( uvm_phase phase ) |
| task | post_main_phase ( uvm_phase phase ) |
| task | post_reset_phase ( uvm_phase phase ) |
| task | post_shutdown_phase ( uvm_phase phase ) |
| virtual function void | pre_abort ( ) |
| task | pre_configure_phase ( uvm_phase phase ) |
| task | pre_main_phase ( uvm_phase phase ) |
| task | pre_reset_phase ( uvm_phase phase ) |
| task | pre_shutdown_phase ( uvm_phase phase ) |
| function void | print_config ( bit recurse = 0, bit audit = 0 ) |
| function void | print_config_settings ( string field = "", uvm_component comp = null, bit recurse = 0 ) |
| function void | print_config_with_audit ( bit recurse = 0 ) |
| function void | print_override_info ( string requested_type_name, string name = "" ) |
| virtual function void | raised ( uvm_objection objection, uvm_object source_obj, string description, int count ) |
| function integer | record_error_tr ( string stream_name = "main", uvm_object info = null, string label = "error_tr", string desc = "", time error_time = 0, bit keep_active = 0 ) |
| function integer | record_event_tr ( string stream_name = "main", uvm_object info = null, string label = "event_tr", string desc = "", time event_time = 0, bit keep_active = 0 ) |
| function void | report ( ) |
| function void | report_phase ( uvm_phase phase ) |
| task | reset_phase ( uvm_phase phase ) |
| function void | resolve_bindings ( ) |
| task | resume ( ) |
| task | run ( ) |
| task | run_phase ( uvm_phase phase ) |
| function void | set_config_int ( string inst_name, string field_name, uvm_bitstream_t value ) |
| function void | set_config_object ( string inst_name, string field_name, uvm_object value, bit clone = 1 ) |
| function void | set_config_string ( string inst_name, string field_name, string value ) |
| function void | set_domain ( uvm_domain domain, int hier = 1 ) |
| function void | set_inst_override ( string relative_inst_path, string original_type_name, string override_type_name ) |
| function void | set_inst_override_by_type ( string relative_inst_path, uvm_object_wrapper original_type, uvm_object_wrapper override_type ) |
| function void | set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 ) |
| function void | set_name ( string name ) |
| function void | set_phase_imp ( uvm_phase phase, uvm_phase imp, int hier = 1 ) |
| function void | set_report_default_file_hier ( UVM_FILE file ) |
| function void | set_report_id_action_hier ( string id, uvm_action action ) |
| function void | set_report_id_file_hier ( string id, UVM_FILE file ) |
| function void | set_report_id_verbosity_hier ( string id, int verbosity ) |
| function void | set_report_severity_action_hier ( uvm_severity severity, uvm_action action ) |
| function void | set_report_severity_file_hier ( uvm_severity severity, UVM_FILE file ) |
| function void | set_report_severity_id_action_hier ( uvm_severity severity, string id, uvm_action action ) |
| function void | set_report_severity_id_file_hier ( uvm_severity severity, string id, UVM_FILE file ) |
| function void | set_report_severity_id_verbosity_hier ( uvm_severity severity, string id, int verbosity ) |
| function void | set_report_verbosity_level_hier ( int verbosity ) |
| static function void | set_type_override ( string original_type_name, string override_type_name, bit replace = 1 ) |
| static function void | set_type_override_by_type ( uvm_object_wrapper original_type, uvm_object_wrapper override_type, bit replace = 1 ) |
| task | shutdown_phase ( uvm_phase phase ) |
| function void | start_of_simulation ( ) |
| function void | start_of_simulation_phase ( uvm_phase phase ) |
| function string | status ( ) |
| task | stop ( string ph_name ) |
| task | stop_phase ( uvm_phase phase ) |
| task | suspend ( ) |
Public Attributes | |
| int | enable_stop_interrupt |
| bit | m_build_done |
| static bit | m_config_set = 1; |
| uvm_phase | m_current_phase |
| string | m_name |
| uvm_component | m_parent |
| uvm_phase | m_phase_imps [ uvm_phase ] |
| int | m_phasing_active |
| static m_verbosity_setting | m_time_settings[$] |
| m_verbosity_setting | m_verbosity_settings[$] |
| static bit | print_config_matches |
| bit | print_enabled = 1; |
| uvm_recorder | recorder |
| int unsigned | recording_detail = UVM_NONE; |
| static const string | type_name = "uvm_component"; |
Protected Member Functions | |
| function void | define_domain ( uvm_domain domain ) |
| function void | do_accept_tr ( uvm_transaction tr ) |
| function void | do_begin_tr ( uvm_transaction tr, string stream_name, integer tr_handle ) |
| function void | do_end_tr ( uvm_transaction tr, integer tr_handle ) |
| virtual function bit | m_add_child ( uvm_component child ) |
| function integer | m_begin_tr ( uvm_transaction tr, integer parent_handle = 0, bit has_parent = 0, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) |
Protected Attributes | |
| protected uvm_object_string_pool | event_pool |
| protected uvm_component | m_children [string] |
| protected uvm_component | m_children_by_handle [ uvm_component ] |
| protected uvm_domain | m_domain |
| protected process | m_phase_process |
Member Typedefs | |
| typedef struct | m_verbosity_setting |
|
|
|
|
|
|
||||
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
||||
|
|
||||
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
||||||||
|
|
|
|
|
|
|
|
|
|
||||||||||
|
|
|
|
|
||||
|
|
|
|
||||||||||||
|
|
||||||
|
|
||||||||
|
|
|
|
|
|
|
|
|
|
||||
|
|
|
|
|
||
|
|
|
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||
|
|
|
||||
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
||||
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|