makestuff / libfpgalink

LIB:Library for interacting with an FPGA over USB
https://github.com/makestuff/libfpgalink/wiki/FPGALink
GNU Lesser General Public License v3.0
82 stars 25 forks source link

A library for JTAG-programming and subsequently interacting with an FPGA over USB using a microcontroller (primarily the Cypress FX2LP). It allows you to:

See http://bit.ly/fpgalnk-api for the API docs.

To build, first you need to install the MakeStuff Build Environment (http://tiny.cc/msbil) for your platform, then do:

chris@wotan$ cd makestuff/libs chris@wotan$ ../scripts/msget.sh libfpgalink # or msgit.sh if you want a local git repo chris@wotan$ cd libfpgalink chris@wotan$ make deps

WINDOWS PREREQUISITES

LINUX PREREQUISITES

MACOS PREREQUISITES