Create a Top-Level Function with the Desired Interface - 2025.2 English - UG1700

Data Center Acceleration Using Vitis User Guide (UG1700)

Document ID
UG1700
Release Date
2025-11-20
Version
2025.2 English

The Vitis technology infers kernel interfaces from the parameters of the top-level function. Therefore, start by writing a kernel top-level function with parameters matching the desired interface.

Input parameters must be passed as scalars. Blocks of input and output data must be passed as pointers. Compiler pragmas must be used to finalize the interface definition.