Home
Jesús Arroyo Torrens edited this page Nov 5, 2017
·
12 revisions
Experimental open FPGA IDE
Installation
- Install apio
- Install all tools:
apio install --all
- Install Atom
- Install Apio-ide package: Edit > Preferences. + Install: search and install apio-ide
- Restart Atom
NOTE1: if apio is not detected try adding your
echo $PATH
in Settings:
NOTE2: debian users can also install the application by using apt-get. More information here: http://fpgalibre.sourceforge.net/ice40.html
Quick start
- Open an empty folder. E.g. leds
- Create an example: Apio > Examples and select the example.
- Verify, Build, Upload, Clean, Simulate and launch the Time analysis using the toolbar or the menu
- Also you can check the pinouts in Apio > Boards Pinouts.
NOTE: use only one project folder in the top level tree to avoid this Atom Core issue: https://github.com/noseglid/atom-build/issues/419.