xobs / ecp5-toolchain

Open-source ECP5 toolchain, including synthesis, place-and-route, and Risc-V GCC
61 stars 7 forks source link

ECP5 Toolchain

This repository contains prebuilt versions of all the tools you will need to develop for an ECP5 board.

Usage

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

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

What's included

This contains almost everything you'll need to develop on Fomu:

Additionally, the macOS and Windows versions include make.

It is strongly recommended that you install git to manage repositories and check out code, though it is not strictly necessary.