A collection of tools for developing for Fomu
Go to file
Sean Cross 77d999bcf9 rename "im-fomu" to "im-tomu"
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-17 22:46:20 +08:00
.gitattributes initial commit 2019-08-17 22:06:39 +08:00
.gitignore initial commit 2019-08-17 22:06:39 +08:00
.travis.yml rename "im-fomu" to "im-tomu" 2019-08-17 22:46:20 +08:00
build.sh build: set a+x 2019-08-17 22:11:29 +08:00
README.md rename "im-fomu" to "im-tomu" 2019-08-17 22:46:20 +08:00

Fomu Toolchain

Fomu is an FPGA in your USB port. This repository contains prebuilt versions of all the tools you will need to develop for Fomu.

Usage

Download the latest release for your platform and extract it somewhere on your disk. Then set your PATH:

  • MacOS: export PATH=[path-to-bin]:$PATH
  • Linux: export PATH=[path-to-bin]:$PATH
  • Windows Powershell: $ENV:PATH = "[path-to-bin];" + $ENV:PATH
  • Windows cmd.exe: PATH=[path-to-bin];%PATH

To confirm installation, run a command such as nextpnr-ice40 or yosys.