slang::ast::QueueType class

Represents an unpacked array that provides queue semantics.

Base classes

class Type
Base class for all data types in SystemVerilog.

Public variables

const Type& elementType
The underlying element type.
uint32_t maxBound
The maximum number of elements allowed in the queue.