This is a library to use FPGA fabric of FPGA SoC (e.g. Cyclone V SoC) by using drvfpgasoc (Linux kernel module to access FPGA fabric).
$ cmake -S . -B build
$ cmake --build build
If you would like to build it as a SHARED library, please type the following command.
$ cmake -S . -B build -DLIBFPGASOC_BUILD_SHARED_LIBS=ON
$ cmake --build build
$ cmake --install build --prefix <Path to install>
- cmake
- make
- drvfpgasoc
Please see LICENSE.md
file for details.