This is the API to return if the device generation has checkboarded tiles for broadcast ungating.
Prototype
AieRC XAie_IsDeviceCheckerboard(XAie_DevInst *DevInst, u8 *IsCheckerBoard);
Parameters
The following table lists the XAie_IsDeviceCheckerboard
function arguments.
Type | Member | Description |
---|---|---|
XAie_DevInst * | DevInst | Global AIE device instance pointer. |
u8 * | IsCheckerBoard | Pointer to be set if tile is checkerboarded |
Returns
XAIE_OK
on success.