Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 596 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 596 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

You can browse the Doxygen documentation under the doc folder.