[source]

Class uvm_tlm_b_transport_imp

uvm_pkg::uvm_tlm_b_transport_imp <T, IMP> + b_transport() + get_type_name(): string

Inheritance Diagram of uvm_tlm_b_transport_imp

Used like exports, except an additional class parameter specifies the type of the implementation object. When the imp is instantiated the implementation object is bound.

Parameters

Name

Default value

Description

T

uvm_tlm_generic_payload

IMP

int

Constructors

function new ( string name, int imp ) [source]