aiengine
Xilinx SDK Drivers API Documentation
XAieGbl_HwCfg Struct Reference

This typedef contains the HW configuration data for the AIE array. More...

Data Fields

u8 NumRows
 Number of rows. More...
 
u8 NumCols
 Number of columns. More...
 
u32 ArrayOff
 AIE array address offset in the system address map. More...
 

Detailed Description

This typedef contains the HW configuration data for the AIE array.

Field Documentation

u32 XAieGbl_HwCfg::ArrayOff

AIE array address offset in the system address map.

Referenced by XAieGbl_HwInit().

u8 XAieGbl_HwCfg::NumCols

Number of columns.

Referenced by main(), and XAieGbl_HwInit().

u8 XAieGbl_HwCfg::NumRows

Number of rows.

Referenced by main(), and XAieGbl_HwInit().