Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit7744f8b

Browse files
committed
Default to stable Verilator
1 parent7ce9a37 commit7744f8b

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 thelatest 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)

[8]ページ先頭

©2009-2025 Movatter.jp