[source]

Class uvm_nonblocking_slave_imp

uvm_pkg::uvm_nonblocking_slave_imp <REQ, RSP, IMP, REQ_IMP, RSP_IMP> + can_get(): bit + can_peek(): bit + can_put(): bit + get_type_name(): string + try_get(): bit + try_peek(): bit + try_put(): bit

Inheritance Diagram of uvm_nonblocking_slave_imp

Parameters

Name

Default value

Description

REQ

int

RSP

REQ

IMP

int

REQ_IMP

IMP

RSP_IMP

IMP

Typedefs

Name

Actual Type

Description

this_imp_type

IMP

this_req_type

REQ_IMP

this_rsp_type

RSP_IMP

Constructors

function new ( string name, this_imp_type imp, this_req_type req_imp, this_rsp_type rsp_imp ) [source]