CIRCT 22.0.0git
Loading...
Searching...
No Matches
Classes | Macros
Common.h File Reference
#include <stdint.h>
Include dependency graph for Common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ArcState
 Combined runtime and model state for a hardware model instance. More...
 
struct  ArcRuntimeModelInfo
 Static information for a compiled hardware model, generated by the MLIR lowering. More...
 

Macros

#define ARC_RUNTIME_API_VERSION   UINT64_C(0)
 Version of the combined public and internal API.
 
#define ARC_RUNTIME_MAGIC   UINT32_C(0xAC1BB1CA)
 Magic number used to assert the presence of an ArcState struct.
 

Macro Definition Documentation

◆ ARC_RUNTIME_API_VERSION

#define ARC_RUNTIME_API_VERSION   UINT64_C(0)

Version of the combined public and internal API.

Definition at line 23 of file Common.h.

◆ ARC_RUNTIME_MAGIC

#define ARC_RUNTIME_MAGIC   UINT32_C(0xAC1BB1CA)

Magic number used to assert the presence of an ArcState struct.

Definition at line 26 of file Common.h.