Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.5 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.5 KB

FrontPanelWrapper

A simple I/O broker, board manager and wrapper for the OpalKelly FrontPanel® FPGA-USB/PCI communication driver, written in and for C++.

Features

  1. Handles multiple OpalKelly FPGA boards using a simple syntax.
  2. Automatically selects the appropriate FrontPanel APIs based on the bus type (USB 2.0/USB 3.0/PCI).
  3. Burn a bitfile to the FPGA as soon as we open a connection to it.
  4. Sensible error messages. :-)
  5. Semi-automatic PLL handling for quick and easy deployment.

Usage

  • This library easy to use so long as FrontPanel is already installed on your system! Simply include the include the source code (.h, .cpp files) and use it in your code.
  • Linux users may also consider using the compiled shared (.so) libraries along with the header file. (Coming soon!)
  • Windows users may, alternatively use the compiled dynamic link library (DLL) along with the header file. (Coming soon!)

OpalKelly FrontPanel Installation

Instructions to install FrontPanel on your computer are available along with the SDK in the README.txt file.

Disclaimers

NOTE 1: FrontPanel is a registered tradmark of OpalKelly which also owns all the code and binaries with the included FrontPanel SDK and APIs. The latest versions can be obtained here.

NOTE 2: FrontPanelWrapper is distributed under the MIT license.