Class uvm_blocking_put_port
function new (string name,
uvm_component parent,
int min_size=1,
int max_size=1)
Name |
Default value |
Description |
---|---|---|
T |
int |
Constructors
- function new ( string name, uvm_component parent, int min_size, int max_size ) [source]
×
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.