Inheritance diagram for class uvm_push_driver:
Public Member Functions | |
| function void | check_port_connections ( ) |
| virtual function void | end_of_elaboration_phase ( uvm_phase phase ) |
| virtual function string | get_type_name ( ) |
| function void | new ( string name, uvm_component parent ) |
| virtual task | put ( REQ item ) |
Class Parameters | |
| type | REQ = uvm_sequence_item; |
| type | RSP |
Public Attributes | |
| REQ | req |
| uvm_blocking_put_imp | req_export |
| RSP | rsp |
| uvm_analysis_port | rsp_port |
| static const string | type_name = "uvm_push_driver #(REQ,RSP)"; |
|
|
||||
|
|
||||||
|
|
||||
|
|
|
|
|
|
|
||||
|