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. |