mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
57188b8b05
commit
f1bd93f506
1 changed files with 6 additions and 5 deletions
|
@ -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.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue