verilator: add v5.026 (#44757)

This commit is contained in:
Dave Keeshan 2024-06-19 19:07:56 +01:00 committed by GitHub
parent e3a4a07616
commit 07c6c3ebac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.022.tar.gz"
url = "https://github.com/verilator/verilator/archive/refs/tags/v5.026.tar.gz"
git = "https://github.com/verilator/verilator.git"
maintainers("davekeeshan")
@ -42,6 +42,7 @@ class Verilator(AutotoolsPackage):
version("master", branch="master")
version("5.026", sha256="87fdecf3967007d9ee8c30191ff2476f2a33635d0e0c6e3dbf345cc2f0c50b78")
version("5.024", sha256="88b04c953e7165c670d6a700f202cef99c746a0867b4e2efe1d7ea789dee35f3")
version("5.022", sha256="3c2f5338f4b6ce7e2f47a142401acdd18cbf4c5da06092618d6d036c0afef12d")
version("5.020", sha256="41ca9abfadf8d2413efbff7f8277379733d0095957fe7769dc38f8fd1bc899a6")