Skip to content

Fix link to ghdl docker #1047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ci/container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ most known product that uses the technology is `Docker <https://docker.com>`_.
solutions for each user/company to choose the one that best fits their needs. From the hardware designer point-of-view,
we 'just' need a box (no matter the exact underlying technology) that includes VUnit and a simulator.

Contributors of project `GHDL <https://github.com/ghdl/ghdl>`_ provide ready-to-use docker images at `hub.docker.com/u/ghdl/dashboard <https://hub.docker.com/u/ghdl/dashboard/>`_.
Contributors of project `GHDL <https://github.com/ghdl/ghdl>`_ provide ready-to-use docker images at `hub.docker.com/u/ghdl/ <https://hub.docker.com/u/ghdl/>`_.
Some of these include not only GHDL but also VUnit. Precisely, ``ghdl/vunit:{mcode|llvm|gcc}`` are images based on Debian
Buster image, with GHDL built from the latest commit of the master branch, and the latest release of VUnit installed through
``pip``. ``ghdl/vunit:{mcode|llvm|gcc}-master`` images include the latest commit of VUnit from the master branch. There are
Expand Down