Class uvm_seq_item_pull_port
Name |
Default value |
Description |
---|---|---|
REQ |
int |
|
RSP |
REQ |
Name |
Type |
Description |
---|---|---|
print_enabled |
bit |
Constructors
- function new ( string name, uvm_component parent, int min_size, int max_size ) [source]
×
Class
uvm_seq_item_pull_port #(REQ,RSP)
UVM provides a port, export, and imp connector for use in sequencer-driver communication. All have standard port connector constructors, except that uvm_seq_item_pull_port's default min_size argument is 0; it can be left unconnected.