[source]

Class uvm_blocking_slave_imp

uvm_pkg::uvm_blocking_slave_imp <REQ, RSP, IMP, REQ_IMP, RSP_IMP> + get() + get_type_name(): string + peek() + put()

Inheritance Diagram of uvm_blocking_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]