Skip to content

Latest commit

 

History

History
180 lines (116 loc) · 6.32 KB

README.md

File metadata and controls

180 lines (116 loc) · 6.32 KB

Build Status Version License Documentation Status

Experimental graphic editor for open FPGAs. Built on top of the Icestorm project.

GUI -> JSON -> Verilog, PCF

Supported boards:

Supported operating systems:

  • GNU/Linux
  • Windows
  • Mac OS X

Installation

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

Package

npm run dist
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 X Mac OS X (osx32,osx64).zip, osx64.dmg

Languages

Language Translated strings
English Progress
Spanish Progress
French Progress
Basque Progress
Galician Progress
Catalan Progress

Contribute!

Add or update the app translations using Poedit.

Developer note: use npm run gettext to extract the labels from the code.

Troubleshooting

If you get this error npm ERR! peerinvalid The package grunt@1.0.1 does not satisfy its siblings' peerDependencies requirements!, execute:

npm update -g

More information

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

Icestudio: icoBOARD in a remote RPi2

Icestudio: new gui & multiboard

Icestudio: block factory

Authors

Contributors

Credits

License

Licensed under GPL 2.0 and Creative Commons Attribution-ShareAlike 4.0 International License.