slang::ast::DPIOpenArrayType class

A special case for DPI imports that have "open array" typed arguments.

It's not otherwise possible to declare a variable with this type.

Base classes

class Type
Base class for all data types in SystemVerilog.

Public variables

const Type& elementType
The underlying element type.
bool isPacked
True if this is a packed open array, and false if it's unpacked.