Inheritance diagram for class ovm_push_driver:
Public Member Functions | |
| function void | check_port_connections ( ) |
| virtual function void | end_of_elaboration ( ) |
| virtual function string | get_type_name ( ) |
| function void | new ( string name, ovm_component parent ) |
| virtual task | put ( REQ item ) |
Class Parameters | |
| type | REQ = ovm_sequence_item; |
| type | RSP |
Public Attributes | |
| REQ | req |
| ovm_blocking_put_imp | req_export |
| RSP | rsp |
| ovm_analysis_port | rsp_port |
| static const string | type_name = "ovm_push_driver #(REQ,RSP)"; |
|
|
||||
|
|
||||
|
|
||||
|
|
|
|
|
|
|