Update verilator to v5.018 (#1699)

This commit is contained in:
MarioOpenHWGroup 2023-12-12 14:02:59 +01:00 committed by GitHub
parent d812c03712
commit 809bcf4ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.