Experimental graphic editor for open FPGAs. Built on top of the Icestorm project.
Graphic design -> Verilog, PCF -> Bistream -> FPGA
Supported boards
Board name | GNU/Linux | Windows | Mac OS |
---|---|---|---|
IceZUM Alhambra | |||
Kéfir I iCE40-HX4K | |||
Nandland Go board | |||
iCE40-HX8K Breakout Board | |||
iCEstick Evaluation Kit | |||
icoBOARD 1.0 | |
|
|
* Use with Raspberry Pi
Installation
-
GNU/Linux
- Install Python 2.7 and xclip
- Download and execute the AppImage
-
Windows
- Download and execute the Windows installer
-
Mac OS
- Install Python 2.7 and Homebrew
- Download and execute the DMG package
Check the Documentation for more information.
Development
Install Python 2.7 and nodejs.
Atom editor with linter-jshint is recommended.
If you want to add blocks or examples, please contribute to icestudio-blocks, icestudio-examples or collection-default.
Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Download
git clone https://github.com/FPGAwars/icestudio.git
cd icestudio
Install
npm install
Execute
npm start
Languages
Language | Translated strings |
---|---|
English | |
Spanish | |
French | |
Basque | |
Galician | |
Catalan |
Contribute!
Add or update the app translations using Poedit.
Developer note: use npm run gettext
to extract the labels from the code.
Package
npm run dist
Target OS | Development OS | Output files |
---|---|---|
GNU/Linux | GNU/Linux | (linux32,linux64).zip, (linux32,linux64).AppImage |
Windows | GNU/Linux | (win32,win64).zip, (win32,win64).exe |
Mac OS | Mac OS | (osx32,osx64).zip, osx64.dmg |
Troubleshooting
If you get this error npm ERR! peerinvalid The package grunt@1.0.1 does not satisfy its siblings' peerDependencies requirements!
, try to update your nodejs or execute:
npm update -g
Roadmap
There is a Wishlist in the wiki with the features proposed by the Community. If you want to contribute with new features and ideas write in the Google Group.
We use the GitHub issues to schedule our new features and improvements.
Videos
Version 0.2
Authors
Contributors
- v0.3
- v0.2
- v0.1
Credits
-
v0.3, v0.2: using JointJS and AlertifyJS
-
v0.1: using AngularJS-Flowchart
-
BQ sponsored this project from 02/2016 to 02/2017. Thanks
License
Licensed under GPL 2.0 and Creative Commons Attribution-ShareAlike 4.0 International License.