TOBEFILLED
This document provides external links to some commonly referenced manuals/documentations about the Xilinx Versal ACAP architecture / AI Engine / AMD XDNA NPUs.
The official Doxygen documentation for the ADF APIs seems cannot be found online directly (AIE API and Intrinsics Reference are available though). However, it can be generated locally if you have the Vitis or Vitis AI installed.
To generate the Doxygen documentation for ADF APIs, follow these steps:
graphviz is recommended for better visualization of class
hierarchies.sudo apt install doxygen graphviz # For Debian/Ubuntu<VITIS_INSTALL_DIR>/aietools/include/.doxygen -g DoxyfileDoxyfile to set the INPUT variable to point to the ADF source files directory. For example:INPUT = /path/to/vitis/aietools/include/ \
/path/to/vitis/aietools/include/adf/Doxyfile as needed, such as:GENERATE_LATEX = NO
OUTPUT_DIRECTORY = /path/to/output/directory
RECURSIVE = YES
PROJECT_NAME = "ADF API Documentation 2025.2"doxygen Doxyfilehtml/index.html.
Open this file in a web browser to view the ADF API documentation.