readOnly overload (1) - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
void readOnly (
    ap_uint <512>* ddrMem,
    hls::stream <ap_uint <32>>& addrStrm,
    hls::stream <bool>& e_addrStrm,
    hls::stream <T>& dataStrm,
    hls::stream <bool>& e_dataStrm
    )

readOnly function with end flags.

Parameters:

ddrMem The pointer for the off chip memory
addrStrm The read address should be sent from this stream
e_addrStrm The end flag for the addrStrm
dataStrm The data loaded from off chip memory
e_dataStrm The end flag for the dataStrm