writeStream2Vec - 2024.2 English

Vitis Libraries

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

The writeStream2Vec function that moves the vector from stream to vector.

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 stream input.
p_out Vector output memory.