mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user