A collection of Dockerfiles for building docker images that contain tools needed for digital hardware (FPGA/ASIC) development.
The following tools are built into separate images and are available on DockerHub:
$ vsim -version
Model Technology ModelSim ALTERA STARTER EDITION vsim 10.5b Simulator 2016.10 Oct 5 2016
$ quartus_sh -version
Quartus Prime Shell
Version 19.1.0 Build 670 09/22/2019 SJ Lite Edition
Copyright (C) 2019 Intel Corporation. All rights reserved.
$ ghdl -v
Each tool has its own respective directory which contains the Dockerfile
used to build the relevant image. Jobs processed through GitHub Actions are responsible for running the docker builds and updating DockerHub with the latest images.