yosys: add v0.51 (#49639)

* add: yosys v0.51

* Move license to within 6 lines of start, but truncated description to do that

* Moving license back, and reinstating description
This commit is contained in:
Dave Keeshan 2025-03-27 18:28:44 +00:00 committed by GitHub
parent f0c676d14a
commit f0acbe4310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ class Yosys(MakefilePackage):
version("master", branch="master")
version("0.51", commit="c4b5190229616f7ebf8197f43990b4429de3e420", submodules=True)
version("0.50", commit="b5170e1394f602c607e75bdbb1a2b637118f2086", submodules=True)
version("0.49", commit="427b5a251bfb511528a177bfa92567b4b3ada3dd", submodules=True)
version("0.48", commit="aaa5347494801e9e3870b31387da59da24233f76", submodules=True)