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)
readVec2Stream function that moves 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 vectpr |
p_in | vector input |
p_out | output stream |