diff options
| author | Jack Koenig | 2016-09-23 16:11:47 -0700 |
|---|---|---|
| committer | Andrew Waterman | 2016-09-23 16:11:47 -0700 |
| commit | 191ffc24b9d0a69f7282f8ab0524adce389b57a2 (patch) | |
| tree | 03d2ffe702a120c152a976c36133aac73c65350d /.install_verilator.sh | |
| parent | 65a7d7916479c959076f6a06a7b0cf4c334d4b42 (diff) | |
Update Verilator on Travis to 3.886 (#315)
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 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 |
