summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-01-22 12:35:26 +0100
committerZheng Junjie <873216071@qq.com>2025-01-27 08:46:39 +0800
commit3806f55aa03a831be53cf2b520e4dacb049da178 (patch)
tree99123462410cc4a49a94f9af91f989cd50df9720 /gnu
parent73ed87b1676c76e46ccd1a53c4df0e5d4ac89628 (diff)
gnu: Remove arachne-pnr.
Arachne README.md states that this code is not maintained anymore, and advices to replace it by nextpnr. * gnu/packages/fpga.scm (arachne-pnr): Delete variable. Change-Id: I86a42633de96af04499106aabca43bfab4b35f24
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fpga.scm42
1 files changed, 0 insertions, 42 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index e393295c5f9..ccb256bdc00 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -402,48 +402,6 @@ FPGA place and route tool.")
402 (home-page "https://github.com/YosysHQ/nextpnr") 402 (home-page "https://github.com/YosysHQ/nextpnr")
403 (license license:expat)))) 403 (license license:expat))))
404 404
405(define-public arachne-pnr
406 (let ((commit "840bdfdeb38809f9f6af4d89dd7b22959b176fdd")
407 (revision "2"))
408 (package
409 (name "arachne-pnr")
410 (version (string-append "0.0-" revision "-" (string-take commit 9)))
411 (source (origin
412 (method git-fetch)
413 (uri (git-reference
414 (url "https://github.com/YosysHQ/arachne-pnr")
415 (commit commit)))
416 (file-name (git-file-name name version))
417 (sha256
418 (base32
419 "1dqvjvgvsridybishv4pnigw9gypxh7r7nrqp9z9qq92v7c5rxzl"))))
420 (build-system gnu-build-system)
421 (arguments
422 `(#:test-target "test"
423 #:make-flags
424 (list (string-append "DESTDIR=" (assoc-ref %outputs "out"))
425 (string-append "ICEBOX=" (string-append
426 (assoc-ref %build-inputs "icestorm")
427 "/share/icebox")))
428 #:phases (modify-phases %standard-phases
429 (replace 'configure
430 (lambda* (#:key outputs inputs #:allow-other-keys)
431 (substitute* '("./tests/fsm/generate.py"
432 "./tests/combinatorial/generate.py")
433 (("#!/usr/bin/python") "#!/usr/bin/python2"))
434 #t)))))
435 (inputs
436 (list icestorm))
437 (native-inputs
438 `(("git" ,git) ; for determining its own version string
439 ("yosys" ,yosys) ; for tests
440 ("perl" ,perl) ; for shasum
441 ("python-2" ,python-2))) ; for tests
442 (home-page "https://github.com/YosysHQ/arachne-pnr")
443 (synopsis "Place-and-Route tool for FPGAs")
444 (description "Arachne-PNR is a Place-and-Route Tool For FPGAs.")
445 (license license:gpl2))))
446
447(define-public gtkwave 405(define-public gtkwave
448 (package 406 (package
449 (name "gtkwave") 407 (name "gtkwave")