yosys: Update to version 0.46, also include 0.43, 0.44 and 0.45 (#47200)

This commit is contained in:
Dave Keeshan 2024-10-26 20:56:12 +01:00 committed by GitHub
parent c8bebff7f5
commit 277f8596de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ class Yosys(MakefilePackage):
""" """
homepage = "https://yosyshq.net/yosys" homepage = "https://yosyshq.net/yosys"
url = "https://github.com/YosysHQ/yosys/archive/refs/tags/yosys-0.42.tar.gz" url = "https://github.com/YosysHQ/yosys/archive/refs/tags/yosys-0.46.tar.gz"
git = "https://github.com/YosysHQ/yosys.git" git = "https://github.com/YosysHQ/yosys.git"
maintainers("davekeeshan") maintainers("davekeeshan")
@ -29,6 +29,10 @@ class Yosys(MakefilePackage):
version("master", branch="master") version("master", branch="master")
version("0.46", commit="e97731b9dda91fa5fa53ed87df7c34163ba59a41", submodules=True)
version("0.45", commit="9ed031ddd588442f22be13ce608547a5809b62f0", submodules=True)
version("0.44", commit="80ba43d26264738c93900129dc0aab7fab36c53f", submodules=True)
version("0.43", commit="ead4718e567aed2e552dcfe46294b132aa04c158", submodules=True)
version("0.42", commit="9b6afcf3f83fea413b57c3790c25ba43b9914ce2", submodules=True) version("0.42", commit="9b6afcf3f83fea413b57c3790c25ba43b9914ce2", submodules=True)
version("0.41", sha256="b0037d0a5864550a07a72ba81346e52a7d5f76b3027ef1d7c71b975d2c8bd2b2") version("0.41", sha256="b0037d0a5864550a07a72ba81346e52a7d5f76b3027ef1d7c71b975d2c8bd2b2")
version("0.40", sha256="c1d42ad90d587b587210b40cf3c5584e41e20f656e8630c33b6583322e8b764e") version("0.40", sha256="c1d42ad90d587b587210b40cf3c5584e41e20f656e8630c33b6583322e8b764e")