From ed0a29136dbc496cac77a021ed940233be8c4969 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 12 Dec 2023 08:45:59 +0000 Subject: [PATCH] Update verilator to v5.018 --- verif/regress/install-verilator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verif/regress/install-verilator.sh b/verif/regress/install-verilator.sh index 1fb9882f4b..1ff6ce43ea 100755 --- a/verif/regress/install-verilator.sh +++ b/verif/regress/install-verilator.sh @@ -20,7 +20,7 @@ fi VERILATOR_REPO="https://github.com/verilator/verilator.git" VERILATOR_BRANCH="master" # Use the release tag instead of a full SHA1 hash. -VERILATOR_HASH="v5.008" +VERILATOR_HASH="v5.018" VERILATOR_PATCH="$TOP/../verif/regress/verilator-v5.patch" # Unset historical variable VERILATOR_ROOT as it collides with the build process.