summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-04 09:09:30 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-04 09:35:04 +0100
commitfcdfedc54e008d1978b4ff924b14cffa7bfdd202 (patch)
tree50c337f30118127aa8d743c8dbc37232f9a42b53 /gnu
parent10ae732c1b13edde017b985e9f0f324a17e90a13 (diff)
gnu: yosys: Update to 0.63.
* gnu/packages/electronics.scm (yosys): Update to 0.63. [native-inputs]: Add googletest. Change-Id: I84809a08c0216142cd5e78142ffb95668e1a6160
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/electronics.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index db7a6d0c5a3..de152a19f2c 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -4116,7 +4116,7 @@ parallel computing platforms. It also supports serial execution.")
4116(define-public yosys 4116(define-public yosys
4117 (package 4117 (package
4118 (name "yosys") 4118 (name "yosys")
4119 (version "0.62") 4119 (version "0.63")
4120 (source 4120 (source
4121 (origin 4121 (origin
4122 (method git-fetch) 4122 (method git-fetch)
@@ -4124,7 +4124,7 @@ parallel computing platforms. It also supports serial execution.")
4124 (url "https://github.com/YosysHQ/yosys") 4124 (url "https://github.com/YosysHQ/yosys")
4125 (commit (string-append "v" version)))) 4125 (commit (string-append "v" version))))
4126 (sha256 4126 (sha256
4127 (base32 "1x4j191wsp276jallp0xr92z19q4r5ddy2vr8vli95nrn5chy1hl")) 4127 (base32 "1iaafzsc0pbd61m5hh12nzr2z4rn4n7i68l6ij9vli4m5zsxw39k"))
4128 (file-name (git-file-name name version)))) 4128 (file-name (git-file-name name version))))
4129 (build-system gnu-build-system) 4129 (build-system gnu-build-system)
4130 (arguments 4130 (arguments
@@ -4196,6 +4196,7 @@ parallel computing platforms. It also supports serial execution.")
4196 cxxopts ;header-only library 4196 cxxopts ;header-only library
4197 flex 4197 flex
4198 gawk ;for the tests and "make" progress pretty-printing 4198 gawk ;for the tests and "make" progress pretty-printing
4199 googletest
4199 gtkwave ;for the tests 4200 gtkwave ;for the tests
4200 iverilog ;for the tests 4201 iverilog ;for the tests
4201 perl 4202 perl