[source]

Class uvm_tlm_nb_transport_fw_port

uvm_pkg::uvm_tlm_nb_transport_fw_port <T, P> + get_type_name(): string + nb_transport_fw(): uvm_tlm_sync_e

Inheritance Diagram of uvm_tlm_nb_transport_fw_port

Class providing the non-blocking backward transport port. Transactions received from the producer, on the forward path, are sent back to the producer on the backward path using this non-blocking transport port. The port can be bound to one export.

Parameters

Name

Default value

Description

T

uvm_tlm_generic_payload

P

uvm_tlm_phase_e

Constructors

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