An open API service indexing awesome lists of open source software.

https://github.com/dragonman225/digilent_adept_gui

Program Digilent FPGA board with simple clicks on Linux.
https://github.com/dragonman225/digilent_adept_gui

electron fpga

Last synced: 3 months ago
JSON representation

Program Digilent FPGA board with simple clicks on Linux.

Awesome Lists containing this project

README

          

# Digilent Adept GUI for Linux

A small Electron app that helps people program Digilent FPGA board with simple clicks.

![screenshot](https://github.com/dragonman225/Digilent_Adept_GUI/blob/master/assets/sc01.png)

## Check Before Start :
Make sure Digilent Adept2 runtime and Digilent Adept2 utilities are installed.

Check by typing djtgcfg in terminal.
## Quick Start (for Nexys3) :

Clone the repo.
```
git clone https://github.com/dragonman225/Digilent_Adept_GUI
```
Go into the app folder.
```
cd Digilent_Adept_GUI
```
Install dependencies.
```
npm install
```
Set permission for launch script.
```
chmod +x run.sh
```
Run the App.
```
./run.sh
```
## For Device other than Nexys3:
* Edit window.js, replace all 'Nexys3' strings with your device name.
* Edit index.html, replace all 'Nexys3' strings with your device name.
* Follow Quick Start !