Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 668 Bytes

File metadata and controls

24 lines (16 loc) · 668 Bytes

AIE API

Using AIE API in your application

Since AIE API is a header-only library, you only need to add the AIE API to your include path and include the corresponding header in your application.

#include <aie_api/aie.hpp>

Documentation

View our documentation site: https://xilinx.github.io/aie_api/.

You can also browse the Doxygen documentation under the doc folder.