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.
- Host: GitHub
- URL: https://github.com/dragonman225/digilent_adept_gui
- Owner: dragonman225
- Created: 2017-07-01T15:05:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T00:29:19.000Z (about 6 years ago)
- Last Synced: 2025-12-31T16:39:21.611Z (6 months ago)
- Topics: electron, fpga
- Language: JavaScript
- Size: 186 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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.

## 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 !