[source]

Class 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]