MLIR-AIE
Namespaces | Macros | Functions
AIERT.cpp File Reference
#include "aie/Targets/AIERT.h"
#include "aie/Targets/AIETargetShared.h"
#include "mlir/Support/LogicalResult.h"
#include "xaiengine/xaie_core.h"
#include "xaiengine/xaie_dma.h"
#include "xaiengine/xaie_elfloader.h"
#include "xaiengine/xaie_interrupt.h"
#include "xaiengine/xaie_locks.h"
#include "xaiengine/xaie_mem.h"
#include "xaiengine/xaie_plif.h"
#include "xaiengine/xaie_ss.h"
#include "xaiengine/xaie_txn.h"
#include "xaiengine/xaiegbl.h"
#include "xaiengine/xaiegbl_defs.h"
#include <filesystem>
+ Include dependency graph for AIERT.cpp:

Go to the source code of this file.

Namespaces

namespace  xilinx
 
namespace  xilinx::AIE
 Include the generated interface declarations.
 

Macros

#define DEBUG_TYPE   "aie-aiert"
 

Functions

llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const XAie_LocType &loc)
 
llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const XAie_Lock &lock)
 
llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const XAie_Packet &packet)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "aie-aiert"

Definition at line 34 of file AIERT.cpp.

Function Documentation

◆ operator<<() [1/3]

llvm::raw_ostream & operator<< ( llvm::raw_ostream &  os,
const XAie_Lock &  lock 
)

Definition at line 42 of file AIERT.cpp.

◆ operator<<() [2/3]

llvm::raw_ostream & operator<< ( llvm::raw_ostream &  os,
const XAie_LocType &  loc 
)

Definition at line 36 of file AIERT.cpp.

◆ operator<<() [3/3]

llvm::raw_ostream & operator<< ( llvm::raw_ostream &  os,
const XAie_Packet &  packet 
)

Definition at line 48 of file AIERT.cpp.