bluechen8 / ece527_taskpar

ECE 527 Final research project targeting task partition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:VHDL 55.0%Language:Verilog 36.8%Language:C++ 6.9%Language:Ada 1.2%Language:Makefile 0.1%Language:Tcl 0.0%Language:C 0.0%Language:Shell 0.0%Language:Python 0.0%Language:Ruby 0.0%Language:Pascal 0.0%