|
CIRCT 22.0.0git
|
#include <TraceTaps.h>

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. | |
Definition at line 21 of file TraceTaps.h.
| 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().
| uint32_t ArcTraceTap::reserved |
Padding and reserved for future use.
Definition at line 30 of file TraceTaps.h.
Referenced by RuntimeModelOpLowering::buildTraceInfoStruct().
| 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().
| uint32_t ArcTraceTap::typeBits |
Bit width of the traced signal.
Definition at line 28 of file TraceTaps.h.
Referenced by RuntimeModelOpLowering::buildTraceInfoStruct().