[source]

Class uvm_tlm_nb_passthrough_initiator_socket_base

uvm_pkg::uvm_tlm_nb_passthrough_initiator_socket_base <T, P> + bw_export : uvm_tlm_nb_transport_bw_export #(T, P) + get_type_name(): string + nb_transport_bw(): uvm_tlm_sync_e + nb_transport_fw(): uvm_tlm_sync_e uvm_pkg::uvm_tlm_nb_passthrough_initiator_socket <T, P> <T : T, P : P>

Inheritance Diagram of uvm_tlm_nb_passthrough_initiator_socket_base

IS-A forward port; HAS-A backward export

Parameters

Name

Default value

Description

T

uvm_tlm_generic_payload

P

uvm_tlm_phase_e

Variables

Name

Type

Description

bw_export

uvm_tlm_nb_transport_bw_export#(uvm_tlm_generic_payload, uvm_tlm_phase_e)

Constructors

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