slang::ast::FixedSizeUnpackedArrayType class

Represents a fixed size unpacked array (as opposed to a dynamically sized unpacked array, associative array, or queue).

Base classes

class Type
Base class for all data types in SystemVerilog.

Public variables

const Type& elementType
The underlying element type.
ConstantRange range
The range of the array.
uint64_t selectableWidth
The selectable width of the array, in bits.
uint64_t bitstreamWidth
The bitstream width of the array.