summaryrefslogtreecommitdiff
path: root/gnu/packages/electronics.scm
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/packages/electronics.scm
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/packages/electronics.scm')
-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.")
(define-public yosys
(package
(name "yosys")
- (version "0.62")
+ (version "0.63")
(source
(origin
(method git-fetch)
@@ -4124,7 +4124,7 @@ parallel computing platforms. It also supports serial execution.")
(url "https://github.com/YosysHQ/yosys")
(commit (string-append "v" version))))
(sha256
- (base32 "1x4j191wsp276jallp0xr92z19q4r5ddy2vr8vli95nrn5chy1hl"))
+ (base32 "1iaafzsc0pbd61m5hh12nzr2z4rn4n7i68l6ij9vli4m5zsxw39k"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -4196,6 +4196,7 @@ parallel computing platforms. It also supports serial execution.")
cxxopts ;header-only library
flex
gawk ;for the tests and "make" progress pretty-printing
+ googletest
gtkwave ;for the tests
iverilog ;for the tests
perl