me
/
guix
Archived
1
0
Fork 0

gnu: yosys: Update source and home-page URLs.

* gnu/packages/fpga.scm (yosys)[source]: Update source-repository URL.
[home-page]: Update URL.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Simon South 2023-01-08 13:31:27 -05:00 committed by Christopher Baines
parent 3729172728
commit 535c61ccc3
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ For synthesis, the compiler generates netlists in the desired format.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/cliffordwolf/yosys")
(url "https://github.com/YosysHQ/yosys")
(commit (string-append "yosys-" version))
(recursive? #t))) ; for the iverilog submodule
(sha256
@ -223,7 +223,7 @@ For synthesis, the compiler generates netlists in the desired format.")
abc))
(propagated-inputs
(list z3)) ; should be in path for yosys-smtbmc
(home-page "http://www.clifford.at/yosys/")
(home-page "https://yosyshq.net/yosys/")
(synopsis "FPGA Verilog RTL synthesizer")
(description "Yosys synthesizes Verilog-2005.")
(license license:isc)))