From e915e698a8be4053b029550f44a0bce038effc61 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Thu, 13 Sep 2018 11:02:12 +0200 Subject: [PATCH] Update README.md fix verilator version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9584276..c30ca42 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,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 tag # See what versions exist +git checkout verilator_3_916 autoconf # Create ./configure script ./configure make -j$(nproc)