CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
ArcTraceTap Struct Reference

#include <TraceTaps.h>

Collaboration diagram for ArcTraceTap:
Collaboration graph
[legend]

Public Attributes

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 typeBits
 Bit width of the traced signal.
 
uint32_t reserved
 Padding and reserved for future use.
 

Detailed Description

Definition at line 21 of file TraceTaps.h.

Member Data Documentation

◆ nameOffset

uint64_t ArcTraceTap::nameOffset

Byte offset to the null terminator of this signal's last alias in the names array.

Definition at line 26 of file TraceTaps.h.

Referenced by RuntimeModelOpLowering::buildTraceInfoStruct().

◆ reserved

uint32_t ArcTraceTap::reserved

Padding and reserved for future use.

Definition at line 30 of file TraceTaps.h.

Referenced by RuntimeModelOpLowering::buildTraceInfoStruct().

◆ stateOffset

uint64_t ArcTraceTap::stateOffset

Byte offset of the traced value within the model state.

Definition at line 23 of file TraceTaps.h.

Referenced by RuntimeModelOpLowering::buildTraceInfoStruct().

◆ typeBits

uint32_t ArcTraceTap::typeBits

Bit width of the traced signal.

Definition at line 28 of file TraceTaps.h.

Referenced by RuntimeModelOpLowering::buildTraceInfoStruct().


The documentation for this struct was generated from the following file: