XAie_SetIOBackend - 2024.1 English

AI Engine System Software Driver Reference Manual (UG1642)

Document ID
UG1642
Release Date
2024-05-30
Version
2024.1 English

This is the API to set the I/O backend of the driver at runtime.

Prototype

AieRC XAie_SetIOBackend(XAie_DevInst *DevInst, XAie_BackendType Backend);

Parameters

The following table lists the XAie_SetIOBackend function arguments.

Table 1. XAie_SetIOBackend Arguments
Type Member Description
XAie_DevInst * DevInst Global AIE device instance pointer.
XAie_BackendType Backend Backend I/O type to switch to.

Returns

XAIE_OK on success, error code on failure.