aiengine
Xilinx SDK Drivers API Documentation
XAieSim_StackSz Struct Reference

This typedef contains all the stack range addresses derived from the map file. More...

Data Fields

uint32 start
 Stack start address. More...
 
uint32 end
 Stack end address. More...
 

Detailed Description

This typedef contains all the stack range addresses derived from the map file.

Field Documentation

uint32 XAieSim_StackSz::end

Stack end address.

Referenced by XAieSim_GetStackRange(), and XAieSim_LoadElf().

uint32 XAieSim_StackSz::start

Stack start address.

Referenced by XAieSim_GetStackRange(), and XAieSim_LoadElf().