|
CIRCT 22.0.0git
|
Combined runtime and model state for a hardware model instance. More...
#include <Common.h>

Public Attributes | |
| void * | impl |
| Runtime implementation specific data. Usually points to a custom struct. | |
| uint32_t | reserved |
| Padding for alignment and reserved for future use. | |
| uint32_t | magic |
Runtime magic number. Must be set to ARC_RUNTIME_MAGIC. | |
| uint8_t | modelState [] |
Combined runtime and model state for a hardware model instance.
| void* ArcState::impl |
Runtime implementation specific data. Usually points to a custom struct.
Definition at line 42 of file Common.h.
Referenced by arcRuntimeDeleteInstance(), getModelInstance(), and circt::arc::runtime::ModelInstance::~ModelInstance().
| uint32_t ArcState::magic |
Runtime magic number. Must be set to ARC_RUNTIME_MAGIC.
Definition at line 46 of file Common.h.
Referenced by arcRuntimeGetStateFromModelState().
| uint8_t ArcState::modelState[] |
Definition at line 48 of file Common.h.
Referenced by arcRuntimeIR_allocInstance().
| uint32_t ArcState::reserved |