All Projects → tinyfpga → Tinyfpga Programmer Application

tinyfpga / Tinyfpga Programmer Application

Licence: gpl-3.0
Desktop application for programming TinyFPGA boards

Programming Languages

python
139335 projects - #7 most used programming language

TinyFPGA-Programmer-Application

Desktop application for programming TinyFPGA boards

How to checkout the git repo with the sub-modules

This git repo uses sub-modules to link to other git repos on github. In order to clone the repo as well as the sub-modules you need to add an extra option to your clone command-line:

git clone --recursive https://github.com/tinyfpga/TinyFPGA-Programmer-Application.git

The --recursive argument tells git to clone all the sub-modules as well. For more information on how git sub-modules work, check out this Git Submodules basic explanation.

Once you've cloned the repo you can launch the programmer with python:

cd TinyFPGA-Programmer-Application
python2 tinyfpga-programmer-gui.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].