readOnly overload (2) - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
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