aiengine
Xilinx SDK Drivers API Documentation
XAieGbl_Config Struct Reference

This typedef contains configuration information for the device. More...

Data Fields

u16 DeviceId
 Unique ID of the AIE device. More...
 
u32 ArrOffset
 AIE array address offset in the system address map. More...
 
u16 NumRows
 Total number of rows including shim. More...
 
u16 NumCols
 Total number of columns. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

u32 XAieGbl_Config::ArrOffset

AIE array address offset in the system address map.

Referenced by XAieGbl_CfgInitialize(), and XAieGbl_HwInit().

u16 XAieGbl_Config::DeviceId

Unique ID of the AIE device.

u16 XAieGbl_Config::NumCols

Total number of columns.

Referenced by XAieGbl_CfgInitialize(), XAieGbl_HwInit(), and XAieSim_GetTargetTileAddr().