Queue in System Verilog

theSiliconyard 2

 

SystemVerilog queue is a First In First Out scheme which can have a variable size to store elements of the same data type. It is similar to a one-dimensional unpacked array that grows and shrinks automatically. They can also be manipulated by indexing, concatenation, and slicing operators.