class
#include <slang/ast/types/AllTypes.h>
FixedSizeUnpackedArrayType 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.