This is simple example of vector addition to demonstrate Dataflow functionality of HLS. HLS Dataflow allows user to schedule multiple task together to achieve higher throughput.
KEY CONCEPTS: Task Level Parallelism
KEYWORDS: dataflow, hls::stream
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/adder.cpp
src/host.cpp
Once the environment has been configured, the application can be executed by
./host <adder XCLBIN>