gnu: arachne-pnr: Update to 840bdfdeb.
* gnu/packages/fpga.scm (arachne-pnr): Update to 840bdfdeb.
This commit is contained in:
parent
357b9f9d71
commit
e82baf69f1
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
|
;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2019 Amin Bandali <bandali@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -256,20 +257,20 @@ Includes the actual FTDI connector.")
|
||||||
(license license:isc))))
|
(license license:isc))))
|
||||||
|
|
||||||
(define-public arachne-pnr
|
(define-public arachne-pnr
|
||||||
(let ((commit "52e69ed207342710080d85c7c639480e74a021d7")
|
(let ((commit "840bdfdeb38809f9f6af4d89dd7b22959b176fdd")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "arachne-pnr")
|
(name "arachne-pnr")
|
||||||
(version (string-append "0.0-" revision "-" (string-take commit 9)))
|
(version (string-append "0.0-" revision "-" (string-take commit 9)))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/cseed/arachne-pnr.git")
|
(url "https://github.com/YosysHQ/arachne-pnr.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15bdw5yxj76lxrwksp6liwmr6l1x77isf4bs50ys9rsnmiwh8c3w"))))
|
"1dqvjvgvsridybishv4pnigw9gypxh7r7nrqp9z9qq92v7c5rxzl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
@ -294,7 +295,7 @@ Includes the actual FTDI connector.")
|
||||||
("yosys" ,yosys) ; for tests
|
("yosys" ,yosys) ; for tests
|
||||||
("perl" ,perl) ; for shasum
|
("perl" ,perl) ; for shasum
|
||||||
("python-2" ,python-2))) ; for tests
|
("python-2" ,python-2))) ; for tests
|
||||||
(home-page "https://github.com/cseed/arachne-pnr")
|
(home-page "https://github.com/YosysHQ/arachne-pnr")
|
||||||
(synopsis "Place-and-Route tool for FPGAs")
|
(synopsis "Place-and-Route tool for FPGAs")
|
||||||
(description "Arachne-PNR is a Place-and-Route Tool For FPGAs.")
|
(description "Arachne-PNR is a Place-and-Route Tool For FPGAs.")
|
||||||
(license license:gpl2))))
|
(license license:gpl2))))
|
||||||
|
|
Loading…
Reference in New Issue