1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: nextpnr-ice40: Use gexps.

* gnu/packages/fpga.scm (nextpnr-ice40)[arguments]: Use gexps.

Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Simon South 2023-01-27 15:34:30 -05:00 committed by Danny Milosavljevic
parent 57188b8b05
commit f1bd93f506
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -307,11 +307,12 @@ Includes the actual FTDI connector.")
yosys)) yosys))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:configure-flags `("-DARCH=ice40" (list #:configure-flags
,(string-append "-DICEBOX_ROOT=" #~(list "-DARCH=ice40"
(assoc-ref %build-inputs "icestorm") (string-append "-DICEBOX_ROOT="
"/share/icebox")) #$(this-package-input "icestorm")
#:tests? #f)) "/share/icebox"))
#:tests? #f))
(synopsis "Place-and-Route tool for FPGAs") (synopsis "Place-and-Route tool for FPGAs")
(description "Nextpnr aims to be a vendor neutral, timing driven, (description "Nextpnr aims to be a vendor neutral, timing driven,
FOSS FPGA place and route tool.") FOSS FPGA place and route tool.")