Designing the Kernel - Designing the Kernel - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

Before building a kernel to implement FIR filtering, consider the following:

  • What kind of interface are you using?

  • How many coefficients do you have?

    • How does it influence the size of the data register and coefficient register?

    • How many lanes can you use in the intrinsics?

  • When do you schedule data reading and writing?