Inheritance diagram for class uvm_sequence_item:
Public Member Functions | |
| function void | do_print ( uvm_printer printer ) |
| function int | get_depth ( ) |
| function string | get_full_name ( ) |
| virtual function uvm_object_wrapper | get_object_type ( ) |
| function uvm_sequence_base | get_parent_sequence ( ) |
| function uvm_sequence_base | get_root_sequence ( ) |
| function string | get_root_sequence_name ( ) |
| function int | get_sequence_id ( ) |
| function uvm_sequencer_base | get_sequencer ( ) |
| function string | get_sequence_path ( ) |
| static function type_id | get_type ( ) |
| function string | get_type_name ( ) |
| function bit | get_use_sequence_info ( ) |
| virtual function bit | is_item ( ) |
| virtual function string | m_get_client_info ( output uvm_report_object client ) |
| virtual function void | m_set_p_sequencer ( ) |
| function void | new ( string name = "uvm_sequence_item" ) |
| function void | set_depth ( int value ) |
| function void | set_id_info ( uvm_sequence_item item ) |
| function void | set_item_context ( uvm_sequence_base parent_seq, uvm_sequencer_base sequencer = null ) |
| function void | set_parent_sequence ( uvm_sequence_base parent ) |
| function void | set_sequence_id ( int id ) |
| virtual function void | set_sequencer ( uvm_sequencer_base sequencer ) |
| function void | set_use_sequence_info ( bit value ) |
| virtual function void | uvm_report ( uvm_severity severity, string id, string message, int verbosity = UVM_LOW, string filename = "", int line = 0 ) |
| function int | uvm_report_enabled ( int verbosity, uvm_severity severity = UVM_INFO, string id = "" ) |
| virtual function void | uvm_report_error ( string id, string message, int verbosity = UVM_LOW, string filename = "", int line = 0 ) |
| virtual function void | uvm_report_fatal ( string id, string message, int verbosity = UVM_NONE, string filename = "", int line = 0 ) |
| virtual function void | uvm_report_info ( string id, string message, int verbosity = UVM_MEDIUM, string filename = "", int line = 0 ) |
| virtual function void | uvm_report_warning ( string id, string message, int verbosity = UVM_MEDIUM, string filename = "", int line = 0 ) |
Public Attributes | |
| static bit | issued1 |
| static bit | issued2 |
| bit | print_sequence_info |
Protected Attributes | |
| protected uvm_report_object | m_client |
| protected string | m_client_str |
| protected int | m_depth = -1; |
| protected uvm_sequence_base | m_parent_sequence |
| protected uvm_report_handler | m_rh |
| protected uvm_sequencer_base | m_sequencer |
| protected bit | m_use_sequence_info |
Member Typedefs | |
| typedef class | type_id |
|
||||||||||||||||||||||
|
|
|
||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||
|
|
|
||||||
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|