Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
Jesús Arroyo Torrens edited this page Nov 5, 2017 · 12 revisions

Experimental open FPGA IDE

Installation

  1. Install apio
  2. Install all tools: apio install --all
  3. Install Atom
  4. Install Apio-ide package: Edit > Preferences. + Install: search and install apio-ide
  5. 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

  1. Open an empty folder. E.g. leds
  2. Create an example: Apio > Examples and select the example.

  1. Verify, Build, Upload, Clean, Simulate and launch the Time analysis using the toolbar or the menu

  1. 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.

Clone this wiki locally