Inheritance diagram for class uvm_master_port:
Public Member Functions | |
| function bit | can_get ( ) |
| function bit | can_peek ( ) |
| function bit | can_put ( ) |
| task | get ( output RSP t ) |
| virtual function string | get_type_name ( ) |
| function void | new ( string name, uvm_component parent, int min_size = 1, int max_size = 1 ) |
| task | peek ( output RSP t ) |
| task | put ( REQ t ) |
| function bit | try_get ( output RSP t ) |
| function bit | try_peek ( output RSP t ) |
| function bit | try_put ( REQ t ) |
Class Parameters | |
| type | REQ = int; |
| type | RSP |
|
|
|
|
|
||||
|
|
|
|
|
|
|