Vector Output - 2024.2 English

Vitis Libraries

Release Date
2025-03-21
Version
2024.2 English

The design of the primitive includes three modules:

  1. fetch: Attempts to read data from the n input streams.
  2. vectorize: Inner buffers as wide as the least common multiple of N * Win and Wout are used to combine the inputs into vectors.
  3. emit: Reads vectorized data and emit to output stream.

Important

The depth of output streams must be no less than four due to an internal delay.