mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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:
parent
bd9a24ec18
commit
5348b1f181
1 changed files with 6 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue