mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: symbiyosys: Update to 0.57.
* gnu/packages/electronics.scm (symbiyosys): Update to 0.57. (abc-yosyshq): Update to 0.57. (yosys): Update to 0.57. Change-Id: I544d9d294f4cfe414fee7d6b3faf2edf24eb8bf9 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
004e0a3dab
commit
368f83a08a
2 changed files with 5 additions and 5 deletions
|
@ -1249,7 +1249,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
|
||||||
(define-public symbiyosys
|
(define-public symbiyosys
|
||||||
(package
|
(package
|
||||||
(name "symbiyosys")
|
(name "symbiyosys")
|
||||||
(version "0.56")
|
(version "0.57")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
|
@ -129,7 +129,7 @@ formal verification.")
|
||||||
(package
|
(package
|
||||||
(inherit abc)
|
(inherit abc)
|
||||||
(name "abc-yosyshq")
|
(name "abc-yosyshq")
|
||||||
(version "0.56")
|
(version "0.57")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -138,7 +138,7 @@ formal verification.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wy42qd0dl58icw3nklgns5zrr1inj8br40vwcpwiz1pkfg3gl0j"))))
|
"191hsznsmsjn8100n50qsh3ng8wgrnyfhr7qcnb8yskiwqp37pjh"))))
|
||||||
(home-page "https://github.com/YosysHQ/abc/")
|
(home-page "https://github.com/YosysHQ/abc/")
|
||||||
(description "ABC is a program for sequential logic synthesis and
|
(description "ABC is a program for sequential logic synthesis and
|
||||||
formal verification. This is the Yosyshq fork of ABC.")
|
formal verification. This is the Yosyshq fork of ABC.")
|
||||||
|
@ -221,7 +221,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
||||||
(define-public yosys
|
(define-public yosys
|
||||||
(package
|
(package
|
||||||
(name "yosys")
|
(name "yosys")
|
||||||
(version "0.56")
|
(version "0.57")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -229,7 +229,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
||||||
(url "https://github.com/YosysHQ/yosys")
|
(url "https://github.com/YosysHQ/yosys")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q74hm1z0m08r9amz982a9ylcwz2mbg3hqarprwj775wkrbv81h7"))
|
(base32 "0bix5zlv9zp9fxqpn9l9bdw65xrgih5w0csq1xkkhm2c7p3vqjbb"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue