gnu: Rename variable symbiyosys to sby.

* gnu/packages/electronics.scm (symbiyosys): Rename to "sby".
(simbiyosys): Define as deprecated by "sby".

Change-Id: I4717cef165862eea841d33d9aff03f62d3383487
This commit is contained in:
Cayetano Santos 2025-10-20 12:08:07 +02:00
parent bd9a24ec18
commit 5348b1f181
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -2332,9 +2332,9 @@ suite.")
them usable as simple logic analyzer and/or oscilloscope hardware.")
(license license:gpl2+))))
(define-public symbiyosys
(define-public sby
(package
(name "symbiyosys")
(name "sby")
(version "0.59")
(source
(origin
@ -2388,10 +2388,13 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
(home-page "https://yosyshq.readthedocs.io/projects/sby/en/latest/")
(synopsis "Formal hardware verification with Yosys")
(description
"code{Simbiyosys} is a front-end program for Yosys-based formal hardware
"@command{sby} is a front-end program for Yosys-based formal hardware
verification flows.")
(license license:isc)))
(define-deprecated-package symbiyosys
sby)
(define-public systemc
(package
(name "systemc")