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