Skip to content

tinyfpga/icestudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Version License Documentation Status

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

Graphic design -> Verilog, PCF -> Bistream -> FPGA

Supported boards

Board name GNU/Linux Windows Mac OS
Alhambra II
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

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

Languages

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

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 [email protected] does not satisfy its siblings' peerDependencies requirements!, try to update your nodejs or 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.

About

❄️ Experimental graphic editor for open FPGAs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 6.2%
  • CSS 5.2%
  • NSIS 2.2%
  • Other 0.9%