[source]

Class uvm_blocking_put_port

uvm_pkg::uvm_blocking_put_port <T> + get_type_name(): string + put()

Inheritance Diagram of uvm_blocking_put_port

Function

new

The name and parent are the standard uvm_component constructor arguments. The min_size and max_size specify the minimum and maximum number of interfaces that must have been connected to this port by the end of elaboration.

function new (string name,
              uvm_component parent,
              int min_size=1,
              int max_size=1)
Parameters

Name

Default value

Description

T

int

Constructors

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