|
CIRCT 23.0.0git
|
A traced signal in the FST file. More...
#include <FSTTraceEncoder.h>

Public Member Functions | |
| FSTSignalTableEntry (uint64_t index, uint64_t stateOffset, uint32_t numBits) | |
| unsigned | getStride () const |
| Get the number of words occupied by the signal value in the trace buffer. | |
Public Attributes | |
| uint32_t | handle |
| FST signal handle. | |
| uint64_t | stateOffset |
| Offest of the signal in the model's simulation state. | |
| uint32_t | numBits |
| Bit width of the signal. | |
A traced signal in the FST file.
Definition at line 30 of file FSTTraceEncoder.h.
|
inline |
Definition at line 31 of file FSTTraceEncoder.h.
|
inline |
Get the number of words occupied by the signal value in the trace buffer.
Definition at line 35 of file FSTTraceEncoder.h.
References numBits.
| uint32_t circt::arc::runtime::impl::FSTSignalTableEntry::handle |
FST signal handle.
Definition at line 38 of file FSTTraceEncoder.h.
| uint32_t circt::arc::runtime::impl::FSTSignalTableEntry::numBits |
Bit width of the signal.
Definition at line 42 of file FSTTraceEncoder.h.
Referenced by getStride().
| uint64_t circt::arc::runtime::impl::FSTSignalTableEntry::stateOffset |
Offest of the signal in the model's simulation state.
Definition at line 40 of file FSTTraceEncoder.h.