Experimental graphic editor for open FPGAs. Built on top of the Icestorm project.
Graphic design -> Verilog, PCF -> Bistream -> FPGA
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 | :white_check_mark: * | :white_check_mark: * | :white_check_mark: * |
BlackIce | ✅ | ✅ | ✅ |
BlackIce II | ✅ | ✅ | ✅ |
TinyFPGA B2 | ✅ | ✅ | ✅ |
* Use with Raspberry Pi
-
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.
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.
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone https://github.com/FPGAwars/icestudio.git
cd icestudio
npm install
npm start
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.
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 |
If you get this error npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
, try to update your nodejs or execute:
npm update -g
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.
- v0.3
- v0.2
- v0.1
-
v0.3, v0.2: using JointJS and AlertifyJS
-
v0.1: using AngularJS-Flowchart
-
BQ sponsored this project from 02/2016 to 02/2017. Thanks
Licensed under GPL 2.0 and Creative Commons Attribution-ShareAlike 4.0 International License.