Merge pull request #7 from azaparov/patch-1

Fix to correct verilator branch
This commit is contained in:
Dolu1990
2021-03-29 12:58:43 +02:00
committed by GitHub

View File

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