Skip to content

nagasuk/util_fpgasoc

Repository files navigation

util_fpgasoc (Utilities to control FPGA fabric)

Overview

This is utility set to control FPGA fabric of FPGA SoC (e.g. Cyclone V SoC).

How to build

$ cmake -S . -B build
$ cmake --build build

How to install

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

Requirement

  • cmake
  • boost program_options
  • drvfpgasoc
  • libfpgasoc

License

Please see LICENSE.md file for details.