Skip to content

bluechen8/ece527_taskpar

Repository files navigation

Build bitstream

CED kernels source file is under folder fpga_kernels. The GSN kernel source file is under fpga_dataflow.

Run HLS

make run DEVICE="/opt/xilinx/platforms/xilinx_u250_xdma_201830_2/xilinx_u250_xdma_201830_2.xpfm" CSIM=1 CSYNTH=1 COSIM=1

Generate Bitstream

g++ -o concurrent_kernel_execution /home/luoyanl2/FPGA_test/Vitis_Accel_Examples/common/includes/xcl2/xcl2.cpp src/host.cpp -I/opt/xilinx/xrt/include -I/opt/xilinx/Vivado/2020.1/include -Wall -O0 -g -std=c++1y -I/home/luoyanl2/FPGA_test/Vitis_Accel_Examples/common/includes/xcl2 -fmessage-length=0 -L/opt/xilinx/xrt/lib -pthread -lOpenCL -lrt -lstdc++

Run Experiment

./run.sh The result is shown in the result.txt.

About

ECE 527 Final research project targeting task partition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published