RTL Stream Kernel to Kernel and Memory Mapped (RTL Kernel)¶
This example uses two simple increment RTL kernels connected to each other via stream interface and connected to host via memory mapped C++ data mover kernels
KEY CONCEPTS: Read/Write Stream, RTL Kernel
KEYWORDS: ap_axiu, hls::stream
EXCLUDED PLATFORMS¶
Platforms containing following strings in their names are not supported for this example :
vck
zc706
nodma
DESIGN FILES¶
Application code is located in the src directory. Accelerator binary files will be compiled to the xclbin directory. The xclbin directory is required by the Makefile and its contents will be filled during compilation. A listing of all the files in this example is shown below
src/gen_xo_myadder1.tcl
src/gen_xo_myadder2.tcl
src/host.cpp
src/krnl_mm2s.cpp
src/krnl_s2mm.cpp
Access these files in the github repo by clicking here.
COMMAND LINE ARGUMENTS¶
Once the environment has been configured, the application can be executed by
./rtl_streaming_k2k_mm <myadder XCLBIN>