From f7aadcd439fc726e333592266d45e101449c8aa5 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 16 May 2018 13:16:05 -0700 Subject: Bump version of Verilator used in Travis to 3.922 (#784) --- .install_verilator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install_verilator.sh b/.install_verilator.sh index 637ef91c..fc665f49 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_886 + git checkout verilator_3_922 autoconf ./configure --prefix=$INSTALL_DIR make -- cgit v1.2.3