Update README.md

This commit is contained in:
Dolu1990 2018-06-08 19:06:30 +02:00 committed by GitHub
parent 505a92916a
commit d10bcbfbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,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_918
autoconf # Create ./configure script autoconf # Create ./configure script
./configure ./configure
make make