Dockerfile with yosys + nextpnr + icestorm + openfpgaloader
  • Dockerfile 100%
Find a file
2024-01-17 22:08:13 +01:00
Dockerfile Initial commit 2024-01-17 21:28:10 +01:00
LICENSE Add LICENSE 2024-01-17 22:08:13 +01:00
README.md Initial commit 2024-01-17 21:28:10 +01:00

oss-fpga-toolchain

This Dockerfile currently targets Lattice iCE40 FPGAs. The coverage is expected to improve over time.

Build

docker build -t oss-fpga-toolchain .

Run

docker run --privileged --rm -it -u $UID -v $PWD:/project/ -w="/project" oss-fpga-toolchain

Please note that running Docker images using the --privileged flag gives the container all capabilities of the host system!