Skip to content

verible#

Overview#

This container provides the Verible suite of developer tools for Verilog.

Usage#

New Verible versions are released almost daily, so latest is recommended:

docker pull registry.gitlab.com/brettops/containers/verible

Images are rebuilt weekly, so the Verible version will be no more than a week old.

This is a multiarch image and x86_64 and aarch64 versions of this image are available.

Build locally#

To build the image with the default configuration:

docker build -t verible .

Grab a shell in the image:

docker run --rm -it -v `pwd`:/code -w /code verible bash