update verilator version

This commit is contained in:
Dolu1990
2021-04-09 16:25:56 +02:00
committed by GitHub
parent 173bbb9bb8
commit 8acbd1d747

View File

@@ -36,7 +36,7 @@ unsetenv VERILATOR_ROOT # For csh; ignore error if on bash
unset VERILATOR_ROOT # For bash unset VERILATOR_ROOT # For bash
cd verilator cd verilator
git pull # Make sure we're up-to-date git pull # Make sure we're up-to-date
git checkout v3.916 git checkout v4.040
autoconf # Create ./configure script autoconf # Create ./configure script
./configure ./configure
make -j$(nproc) make -j$(nproc)