Skip to content

libfpgasoc (Library to control FPGA fabric by using drvfpgasoc)

License

Notifications You must be signed in to change notification settings

nagasuk/libfpgasoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfpgasoc (Library to control FPGA fabric by using drvfpgasoc)

Overview

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).

How to build

$ 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

How to install

$ cmake --install build --prefix <Path to install>

Requirement

  • cmake
  • make
  • drvfpgasoc

License

Please see LICENSE.md file for details.

About

libfpgasoc (Library to control FPGA fabric by using drvfpgasoc)

Resources

License

Stars

Watchers

Forks

Packages

No packages published