From 191ffc24b9d0a69f7282f8ab0524adce389b57a2 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Fri, 23 Sep 2016 16:11:47 -0700 Subject: Update Verilator on Travis to 3.886 (#315) --- .install_verilator.sh | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3