Docker image for the GHDL open source VHDL simulator.
262
A dockerfile to create a docker image for the GHDL open source VHDL simulator.
Dockerfile for image andrsmllr/ghdl-{mcode,llvm,gcc} on dockerhub.
./run.sh [options]
Will run the docker container like an executable, similar to invoking ghdl when GHDL is installed on your system.
The current working director will be added to the container by default.
If files from other paths than the working directory are needed, you have to add these paths using the -v (--volume) option of docker.
./run_interactive.sh
Will run the docker container in interactive mode within the current directory.
Inside the container GHDL can be invoked with the ghdl command.
The source code is stored under /usr/src.
Content type
Image
Digest
Size
206.1 MB
Last updated
about 6 years ago
docker pull andrsmllr/ghdl-mcode