verilator: add v5.020 (#42077)

This commit is contained in:
Dave Keeshan 2024-01-16 08:45:05 +00:00 committed by GitHub
parent 7a8a168b81
commit 1225bd7a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ class Verilator(AutotoolsPackage):
designs with thousands of modules."""
homepage = "https://www.veripool.org/projects/verilator"
url = "https://github.com/verilator/verilator/archive/refs/tags/v5.018.tar.gz"
url = "https://github.com/verilator/verilator/archive/refs/tags/v5.020.tar.gz"
git = "https://github.com/verilator/verilator.git"
maintainers("davekeeshan")
@ -42,6 +42,7 @@ class Verilator(AutotoolsPackage):
version("master", branch="master")
version("5.020", sha256="41ca9abfadf8d2413efbff7f8277379733d0095957fe7769dc38f8fd1bc899a6")
version("5.018", sha256="8b544273eedee379e3c1a3bb849e14c754c9b5035d61ad03acdf3963092ba6c0")
version("5.016", sha256="66fc36f65033e5ec904481dd3d0df56500e90c0bfca23b2ae21b4a8d39e05ef1")
version("5.014", sha256="36e16c8a7c4b376f88d87411cea6ee68710e6d1382a13faf21f35d65b54df4a7")