Experimental graphic editor for open FPGAs. Tested with Linux and iCEstick board. Built on top of icestorm project.
GUI -> JSON -> Verilog, PCF
Install libftdi and apio
sudo apt-get install libftdi1
pip install apioInstall tools: scons, icestorm, icestick rules.
apio installDownload the latest release, unpack the zip and execute Icestudio.
NOTE: this is an early experimental version. Although frontend Icestudio works multiplatform, Apio backend is only available for Linux x86. We are working on having the backend also for win, osx and arm architectures.
Install nodejs
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejsInstall nwjs
sudo npm install -g nwInstall nw-builder
sudo npm install -g nw-buildergit clone https://github.com/bqlabs/icestudio.git
cd icestudionw icestudionwbuild -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-win64 win64
zip -r icestudio-osx64 osx64- 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



