Other Constraints - 2025.2 English - UG1603

AI Engine-ML Kernel and Graph Programming Guide (UG1603)

Document ID
UG1603
Release Date
2025-11-26
Version
2025.2 English

Multi-Rate Designs

Some designs implement kernels which are based on various data frame size. The data can be transferred through streams and/or buffers. The repetition count is the number of times a kernel is launched during one iteration of the graph:
repetition_count(k) = N;
This sets N as the repetition count for the kernel k.