Skip to content

Commit 7744f8b

Browse files
committed
Default to stable Verilator
1 parent 7ce9a37 commit 7744f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ compiler: gcc
77
services:
88
- docker
99

10-
# This uses the latest version of Verilator, you may prefer :stable
10+
# This uses the ":stable" version of Verilator, you may prefer ":latest"
1111
# We run make from inside the container, overriding default entry point (Verilator binary itself)
1212
# You may prefer to build install Verilator from git locally (slower but avoids docker)
1313
script:
14-
- docker run -ti -v ${PWD}:/work --user $(id -u):$(id -g) -e CCACHE_DIR=/work/.ccache --entrypoint make verilator/verilator:latest
14+
- docker run -ti -v ${PWD}:/work --user $(id -u):$(id -g) -e CCACHE_DIR=/work/.ccache --entrypoint make verilator/verilator:stable
1515

1616
after_success:
1717
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)