From 8acbd1d747e84ff3921c0118b4735aceb873841e Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Fri, 9 Apr 2021 16:25:56 +0200 Subject: [PATCH] update verilator version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 139eefb..9ad015e 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 v3.916 +git checkout v4.040 autoconf # Create ./configure script ./configure make -j$(nproc)