Pragmas - Pragmas - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English
  • #pragma HLS INTERFACE s_axilite defines one s_axilite interface, which specifies an AXI4-Lite slave I/O protocol with bundle=control fo all arguments (size and iterCnt) and return.

  • #pragma HLS INTERFACE axis defnes one axis interface (specifying an AXI4-Stream I/O protocol).

  • #pragma HLS PIPELINE II=1 pipelines a for loop that is a candidate for burst read because the memory addresses per loop iteration are consecutive (ARBURST=INCR). To pipeline this for loop, set the initiation interval (II) = 1.

PS Host Application