aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.install_verilator.sh2
-rw-r--r--.travis.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.install_verilator.sh b/.install_verilator.sh
index 84cf543e..637ef91c 100644
--- a/.install_verilator.sh
+++ b/.install_verilator.sh
@@ -6,7 +6,7 @@ if [ ! -f $INSTALL_DIR/bin/verilator ]; then
unset VERILATOR_ROOT
cd verilator
git pull
- git checkout verilator_3_880
+ git checkout verilator_3_886
autoconf
./configure --prefix=$INSTALL_DIR
make
diff --git a/.travis.yml b/.travis.yml
index 65c209be..e4565a99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ install:
script:
# FIRRTL Tests
+ - verilator --version
- cd $TRAVIS_BUILD_DIR
- sbt clean test
- make clean build-scala regress