FGPU is a soft GPU-like architecture for FPGAs. It can be programmed using OpenCL and can be customized according to application needs.
The PYNQ interface of FGPU can be accessed on this link.
- Setup information is available in the
scripts
folder - Benchmarks are available in the
benchmark
folder - Source VHDL files for synthesis and simulation are located in the
RTL
folder - The LLVM backend files are located in the
llvm-3.7.1.src.fgpu
folder - All synthesis and implementation files and reports can be found in
HW
bitstreams
contains some pre-generated bitstreams- OpenCL kernels are located in the
kernels
folder
- ZC706