Close

GHDL in a docker container

A project log for YGREC8

A byte-wide stripped-down version of the YGREC16 architecture

yann-guidon-ygdesYann Guidon / YGDES 04/03/2019 at 12:120 Comments

Ethan Waldo has run the scripts successfully under Docker :-)

version: '3'
services:
  ghdl:
    image: ghdl/ghdl:ubuntu18-llvm-5.0
    volumes:
      - .:/src
    working_dir: /src

I have no experience with it but I'll add the above configuration file in the README.txt if people want to use containers.

GHDL has awesome strengths and it shows again :-) and it's only the beginning.

Discussions