Load AI Engine with XCLBIN - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-08-25
Version
2025.1 English

The host application loads the AI Engine with the XCLBIN with the xclloadxclbin() function.

The following snippet of code shows usage in the application shows how to load AIE.

//In load_xclbin()
...
if (xclLoadXclBin(device, top))
 throw std::runtime_error("Bitstream download failed");
...

If the AI Engine load fails, the load_xclbin() function throws an exception. A system reboot might be required.