MLIR-AIE
Public Attributes | List of all members
ext_mem_model_t Struct Reference

#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/target.h"

+ Collaboration diagram for ext_mem_model_t:

Public Attributes

void * virtualAddr
 
uint64_t physicalAddr
 
size_t size
 
int fd
 
XAie_MemInst MemInst
 

Detailed Description

Definition at line 23 of file target.h.

Member Data Documentation

◆ fd

int ext_mem_model_t::fd

Definition at line 27 of file target.h.

Referenced by mlir_aie_mem_alloc(), mlir_aie_sync_mem_cpu(), and mlir_aie_sync_mem_dev().

◆ MemInst

XAie_MemInst ext_mem_model_t::MemInst

Definition at line 28 of file target.h.

Referenced by mlir_aie_mem_alloc().

◆ physicalAddr

uint64_t ext_mem_model_t::physicalAddr

Definition at line 25 of file target.h.

Referenced by mlir_aie_mem_alloc(), mlir_aie_sync_mem_cpu(), and mlir_aie_sync_mem_dev().

◆ size

size_t ext_mem_model_t::size

◆ virtualAddr

void* ext_mem_model_t::virtualAddr

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