Classes - Classes - 2023.1 English
Vitis Libraries
- Release Date
- 2023-12-20
- Version
- 2023.1 English
- Memory Window Buffer
- hls::window is now xf::cv::window. No change in the implementation,
except the namespace change. This is located in “xf_video_mem.h”
file.
- Memory Line Buffer
- hls::LineBuffer is now xf::cv::LineBuffer. No difference between the two,
except xf::cv::LineBuffer has extra template arguments for inferring
different types of RAM structures, for the storage structure used.
Default storage type is “RAM_S2P_BRAM” with RESHAPE_FACTOR=1.
Complete description can be found here
xf::cv::LineBuffer. This is
located in xf_video_mem.hpp file.