13#ifndef CIRCT_DIALECT_ARC_RUNTIME_TRACETAPS_H
14#define CIRCT_DIALECT_ARC_RUNTIME_TRACETAPS_H
static constexpr uint32_t defaultTraceBufferCapacity
const char * traceTapNames
Combined list of names and aliases of the trace taps separated by null terminators.
uint64_t numTraceTaps
Number of trace taps in the array.
uint64_t traceBufferCapacity
Required capacity in 8 byte increments of the trace buffer.
struct ArcTraceTap * traceTaps
Array of trace tap information.
uint32_t typeBits
Bit width of the traced signal.
uint64_t stateOffset
Byte offset of the traced value within the model state.
uint64_t nameOffset
Byte offset to the null terminator of this signal's last alias in the names array.
uint32_t reserved
Padding and reserved for future use.