Experimental graphic editor for open FPGAs. Tested with Linux and iCEstick board. Built on top of icestorm project.
GUI -> JSON -> Verilog, PCF
-
Install and configure the drivers
-
Download the latest release, unpack the zip and execute Icestudio
NOTE: this is an early experimental version. Initially supported on Linux (32, 64), Windows and Mac.
Install nodejs
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
Install nwjs
sudo npm install -g nw@0.12.3
Install nw-builder
sudo npm install -g nw-builder
Install node-pre-gyp
sudo npm install -g nw-gyp
sudo npm install -g node-pre-gyp
git clone https://github.com/bqlabs/icestudio.git
cd icestudio
npm install --prefix=icestudio
node-pre-gyp rebuild --directory=icestudio/node_modules/serialport --runtime=node-webkit --target=0.12.3
nw icestudio
nwbuild -p linux64 icestudio -v v0.12.3
nwbuild -p osx64 icestudio -v v0.12.3
nwbuild -p win64 icestudio -v v0.12.3
cd build/Icestudio
zip -r icestudio-linux64 linux64
zip -r icestudio-osx64 osx64
zip -r icestudio-win64 win64
- Jesús Arroyo
- Miguel Sánchez de León Peque
- Using AngularJS-Flowchart
Licensed under GPLv2 and Creative Commons Attribution-ShareAlike 4.0 International License