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

Static information for a compiled hardware model, generated by the MLIR lowering. More...

#include <Common.h>

Collaboration diagram for ArcRuntimeModelInfo:
Collaboration graph
[legend]

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.
 

Detailed Description

Static information for a compiled hardware model, generated by the MLIR lowering.

Definition at line 57 of file Common.h.

Member Data Documentation

◆ apiVersion

uint64_t ArcRuntimeModelInfo::apiVersion

Runtime API version used when compiling the model.

Definition at line 59 of file Common.h.

Referenced by arcRuntimeAllocateInstance().

◆ modelName

const char* ArcRuntimeModelInfo::modelName

Name of the compiled model.

Definition at line 63 of file Common.h.

Referenced by circt::arc::runtime::ModelInstance::getModelName().

◆ numStateBytes

uint64_t ArcRuntimeModelInfo::numStateBytes

Number of bytes required for the model's state.

Definition at line 61 of file Common.h.

Referenced by arcRuntimeAllocateInstance().


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