void readOnly ( int cnt, ap_uint <512>* ddrMem, hls::stream <ap_uint <32>>& addrStrm, hls::stream <T>& dataStrm )
readOnly function without end flags.
Parameters:
| cnt | The number of access to the memory |
| ddrMem | The pointer for the off chip memory |
| addrStrm | The read address should be sent from this stream |
| dataStrm | The data loaded from off chip memory |