Class uvm_queue
Name |
Default value |
Description |
---|---|---|
T |
int |
Name |
Type |
Description |
---|---|---|
type_name |
string |
Name |
Actual Type |
Description |
---|---|---|
this_type |
Constructors
Functions
- virtual function uvm_object create ( string name ) [source]
- virtual function void do_copy ( uvm_object rhs ) [source]
×
CLASS
uvm_queue #(T)
Implements a class-based dynamic queue. Allows queues to be allocated on demand, and passed and stored by reference.