diff options
| author | Jack Koenig | 2018-05-16 13:16:05 -0700 |
|---|---|---|
| committer | GitHub | 2018-05-16 13:16:05 -0700 |
| commit | f7aadcd439fc726e333592266d45e101449c8aa5 (patch) | |
| tree | 993422f537e9047adcc611c9652fc7649f344fb1 /.install_verilator.sh | |
| parent | bc3927c82ed8593ad250514238bae7c09d286bdb (diff) | |
Bump version of Verilator used in Travis to 3.922 (#784)
Diffstat (limited to '.install_verilator.sh')
| -rw-r--r-- | .install_verilator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
