readVec2Stream - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English
template  <typename t_DataType, unsigned int t_ParEntries>
void readVec2Stream(t_DataType* p_in, unsigned int p_n, hls::stream<WideType<t_DataType, t_ParEntries>>& p_out)

The readVec2Stream function that moves the vector from memory to stream.

Parameters:

t_DataType The data type of the matrix entries.
t_ParEntries Number of parallelly processed entries in the matrix.
p_n Number of entries in a vector.
p_in vector input
p_out Output stream.