Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7744f8b

Browse filesBrowse files
committed
Default to stable Verilator
1 parent 7ce9a37 commit 7744f8b
Copy full SHA for 7744f8b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.