Dockerfile with yosys + nextpnr + icestorm + openfpgaloader
- Dockerfile 100%
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
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!