AI Engine Compiler Report - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

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

The AI Engine compiler produces a report that contains some data about Buffer Descriptors: Work/report/compiler_report.json.

"i0_pi0": {
    "dmaInfo": {
        "tile": "memory",
        "column": 11,
        "row": 0,
        "direction": "s2mm",
        "channel": 0,
        "bufferDescriptor": [
            0,
            1
        ]
    }
}

The python script ExtractBDNumbers.py is included in this tutorial in the Utils directory to easily extract this information.