|
CIRCT 22.0.0git
|
Static information for a compiled hardware model, generated by the MLIR lowering. More...
#include <Common.h>

Public Attributes | |
| uint64_t | apiVersion |
| Runtime API version used when compiling the model. | |
| uint64_t | numStateBytes |
| Number of bytes required for the model's state. | |
| const char * | modelName |
| Name of the compiled model. | |
Static information for a compiled hardware model, generated by the MLIR lowering.
| uint64_t ArcRuntimeModelInfo::apiVersion |
Runtime API version used when compiling the model.
Definition at line 59 of file Common.h.
Referenced by arcRuntimeAllocateInstance().
| const char* ArcRuntimeModelInfo::modelName |
Name of the compiled model.
Definition at line 63 of file Common.h.
Referenced by circt::arc::runtime::ModelInstance::getModelName().
| uint64_t ArcRuntimeModelInfo::numStateBytes |
Number of bytes required for the model's state.
Definition at line 61 of file Common.h.
Referenced by arcRuntimeAllocateInstance().