~ruther/guix-local

5348b1f18199b5d670927fcdfc95e3301de12fbb — Cayetano Santos 7 months ago bd9a24e
gnu: Rename variable symbiyosys to sby.

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

Change-Id: I4717cef165862eea841d33d9aff03f62d3383487
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/electronics.scm
M gnu/packages/electronics.scm => gnu/packages/electronics.scm +6 -3
@@ 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")