Inheritance diagram for class ovm_sequencer_param_base:
Public Member Functions | |
| virtual function void | analysis_write ( ovm_sequence_item t ) |
| virtual function void | build ( ) |
| function void | connect ( ) |
| function void | do_print ( ovm_printer printer ) |
| virtual task | execute_item ( ovm_sequence_item item ) |
| function REQ | get_current_item ( ) |
| function unsigned int | get_num_last_reqs ( ) |
| function unsigned int | get_num_last_rsps ( ) |
| function int | get_num_reqs_sent ( ) |
| function int | get_num_rsps_received ( ) |
| function ovm_sequence_item | last ( int unsigned n ) |
| function REQ | last_req ( int unsigned n = 0 ) |
| function RSP | last_rsp ( int unsigned n = 0 ) |
| virtual function void | m_add_builtin_seqs ( bit add_simple = 1 ) |
| function void | m_last_req_push_front ( REQ item ) |
| function void | m_last_rsp_push_front ( RSP item ) |
| function void | new ( string name, ovm_component parent ) |
| function void | put_response ( RSP t ) |
| task | run ( ) |
| virtual function void | send_request ( ovm_sequence_base sequence_ptr, ovm_sequence_item t, bit rerandomize = 0 ) |
| function void | set_num_last_items ( int unsigned max ) |
| function void | set_num_last_reqs ( int unsigned max ) |
| function void | set_num_last_rsps ( int unsigned max ) |
| virtual task | start_default_sequence ( ) |
Class Parameters | |
| type | REQ = ovm_sequence_item; |
| type | RSP |
Public Attributes | |
| REQ | m_last_req_buffer [$] |
| RSP | m_last_rsp_buffer [$] |
| tlm_fifo | m_req_fifo |
| ovm_analysis_export | rsp_export |
| sequencer_analysis_fifo | sqr_rsp_analysis_fifo |
Protected Attributes | |
| protected int | m_num_last_reqs = 1; |
| protected int | m_num_last_rsps = 1; |
| protected int | m_num_reqs_sent = 0; |
| protected int | m_num_rsps_received = 0; |
| protected int | num_last_items = m_num_last_reqs; |
Member Typedefs | |
| typedef class | this_type |
|
||||
|
|
||||||||||||||
|
|
||||||||
|
|
||||||||
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||
|
|
|
||||||||||
|
|
||||
|
|
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|