tmeissner / Dockerfiles

Some Dockerfiles for various tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

A collection of Dockerfiles for easy use of various free & open-source tools. Have fun!

symbiyosys.Dockerfile

Included tools:

  • Yosys
  • SymbiYosys
  • Z3
  • Yices2
  • CVC4
  • Boolector
  • Bitwuzla
  • Super Prove

ghdl-formal.Dockerfile

Based on symbiyosys.Dockerfile

Included tools:

  • All of symbiyosys.Dockerfile
  • GHDL
  • ghdl-yosys-plugin

A similar image is the hdlc/formal docker image and its variants provided by the hdl containers project. I recommend it because it is provided through docker hub. No need to build images by yourself.

riscv-gcc.Dockerfile

Risc-V toolchain to develop programs for NEORV32 CPU. Built for instruction set rv32i and ABI ilp32.

Included tools:

  • gcc
  • gdb
  • ...

Further Ressources

About

Some Dockerfiles for various tools

License:GNU Lesser General Public License v3.0


Languages

Language:Dockerfile 84.1%Language:Makefile 14.4%Language:Shell 1.5%