LIB:Library for interacting with an FPGA over USB
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
makestuff/libfpgalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
A library for JTAG-programming and subsequently interacting with an FPGA over USB using a microcontroller (primarily the Cypress FX2LP). It allows you to: * Load and save Cypress FX2LP firmware * Communicate with the FPGA using HiSpeed USB (~25Mbyte/s) * Reprogram the FPGA using JTAG over USB * Bootstrap an FPGA design standalone using minimal components 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 *** * Visual Studio Express 2010 or 2008 * SDCC 2.9.0 (http://bit.ly/k7wyYn) * Xilinx ISE WebPACK (http://bit.ly/bRf82e) *** LINUX PREREQUISITES *** * sudo apt-get install g++ * sudo apt-get install libusb-dev * sudo apt-get install sdcc * Xilinx ISE WebPACK (http://bit.ly/bRf82e) *** MACOS PREREQUISITES *** * XCode (http://bit.ly/apple-connect) * LibUSB (http://bit.ly/libusb-macos) * Wget (http://bit.ly/wget-macos)
About
LIB:Library for interacting with an FPGA over USB
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Packages 0
No packages published