Fix to correct verilator branch

Update README.md to reflect correct verilator branch for checkout
This commit is contained in:
Alexey Zaparovanny
2021-03-28 13:42:26 -04:00
committed by GitHub
parent 754351b8a1
commit c7e1834cb4

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 verilator_3_916 git checkout v3.916
autoconf # Create ./configure script autoconf # Create ./configure script
./configure ./configure
make -j$(nproc) make -j$(nproc)