Class uvm_pkg::uvm_slave_imp
Name |
Default value |
Description |
---|---|---|
REQ |
int |
|
RSP |
REQ |
|
IMP |
int |
|
REQ_IMP |
IMP |
|
RSP_IMP |
IMP |
Name |
Actual Type |
Description |
---|---|---|
this_imp_type |
IMP |
|
this_req_type |
REQ_IMP |
|
this_rsp_type |
RSP_IMP |
Constructors
- new(string name, this_imp_type imp, this_req_type req_imp = null, this_rsp_type rsp_imp = null)
- Parameters:
name (string)
imp (this_imp_type)
req_imp (this_req_type)
rsp_imp (this_rsp_type)
×