Update README.md

fix verilator version
This commit is contained in:
Dolu1990
2018-09-13 11:02:12 +02:00
committed by GitHub
parent 4f6d7ecd6f
commit e915e698a8

View File

@@ -24,7 +24,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 tag # See what versions exist git checkout verilator_3_916
autoconf # Create ./configure script autoconf # Create ./configure script
./configure ./configure
make -j$(nproc) make -j$(nproc)