Skip to content

chaseruskin/wharf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wharf

Build DockerHub

A collection of Dockerfiles for building docker images that contain tools needed for digital hardware (FPGA/ASIC) development.

Supported Images

The following tools are built into separate images and are available on DockerHub:

  • ModelSim-Intel (Ubuntu 18.04)

$ vsim -version
Model Technology ModelSim ALTERA STARTER EDITION vsim 10.5b Simulator 2016.10 Oct  5 2016
  • Intel Quartus Prime Lite (Ubuntu 18.04)

$ 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 (Ubuntu 22.04)

$ ghdl -v

Details

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.

About

Dockerfiles for digital hardware development

Topics

Resources

Stars

Watchers

Forks