From c7e1834cb4579817fd00b3b6dfb5e127a4cee29b Mon Sep 17 00:00:00 2001 From: Alexey Zaparovanny Date: Sun, 28 Mar 2021 13:42:26 -0400 Subject: [PATCH] Fix to correct verilator branch Update README.md to reflect correct verilator branch for checkout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 988d1a5..139eefb 100644 --- a/README.md +++ b/README.md @@ -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)