[source]

Class uvm_tlm_b_transport_port

uvm_pkg::uvm_tlm_b_transport_port <T> + b_transport() + get_type_name(): string

Inheritance Diagram of uvm_tlm_b_transport_port

Class providing the blocking transport port. The port can be bound to one export. There is no backward path for the blocking transport.

Parameters

Name

Default value

Description

T

uvm_tlm_generic_payload

Constructors

function new ( string name, uvm_component parent, int min_size, int max_size ) [source]