Search Criteria
Package Details: nextpnr-git 0.7.r158.g17943a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nextpnr-git.git (read-only, click to copy) |
---|---|
Package Base: | nextpnr-git |
Description: | Portable FPGA place and route tool |
Upstream URL: | https://github.com/YosysHQ/nextpnr |
Licenses: | ISC |
Conflicts: | nextpnr |
Provides: | nextpnr |
Submitter: | grahamedgecombe |
Maintainer: | xiota (thotypous) |
Last Packager: | xiota |
Votes: | 25 |
Popularity: | 0.34 |
First Submitted: | 2018-08-02 17:35 (UTC) |
Last Updated: | 2025-01-21 23:27 (UTC) |
Dependencies (13)
- boost-libs
- python (python37AUR, python311AUR, python310AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- icestorm (icestorm-gitAUR, icestorm-nightlyAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- prjapiculaAUR (prjapiculaAUR) (make)
- prjoxide (prjoxide-gitAUR, prjoxide-nightlyAUR) (make)
- prjtrellis (prjtrellis-gitAUR, prjtrellis-nightlyAUR) (make)
- prjtrellis-db (prjtrellis-db-gitAUR, prjtrellis-nightlyAUR) (make)
Required by (5)
- icesugar-git (requires nextpnr)
- icesugar-nano-git (requires nextpnr)
- icesugar-pro-git (requires nextpnr)
- python-glasgow-git (requires nextpnr)
- silice-git
Latest Comments
« First ‹ Previous 1 2 3 4
xiretza commented on 2020-02-05 14:14 (UTC) (edited on 2020-02-05 14:42 (UTC) by xiretza)
TRELLIS_ROOT
was renamed toTRELLIS_INSTALL_PREFIX
, requiring a change in line 30 of the PKGBUILD: https://github.com/YosysHQ/nextpnr/commit/2c938e0e8bd67f479dc4635f510c82603581a58dEDIT: Actually, the meaning changed too, it should now only be
/usr
: https://github.com/YosysHQ/nextpnr/commit/1b560ae44ce52db24bba7f5ac9bd54c2ba927349grahamedgecombe commented on 2020-01-15 19:44 (UTC)
To the person who flagged as out of date:
I can't reproduce the build failure.
A common problem is that trellis-git/icestorm-git sometimes need to be updated/rebuilt before building nextpnr-git, so I'd suggest trying that. Otherwise, pasting the exact failure would be helpful.
grahamedgecombe commented on 2019-03-26 21:31 (UTC)
@redfast00: do you have the latest version of icestorm-git?
redfast00 commented on 2019-03-26 17:57 (UTC)
Package seems broken:
andres commented on 2019-03-25 17:11 (UTC)
package eigen is needed to build this.
benallard commented on 2018-08-29 17:24 (UTC)
After updating icestorm-git, the issue is gone.
benallard commented on 2018-08-22 21:27 (UTC)
Looks like it is https://github.com/cliffordwolf/icestorm/issues/125.
benallard commented on 2018-08-22 21:21 (UTC)
The build process does assumes that /usr/share/icebox/timings_hx8k.txt is present. Can we fix that someway ?
[ 47%] Generating ../ice40/chipdbs/chipdb-8k.bba Traceback (most recent call last): File "/home/ben/.cache/yay/nextpnr-git/src/nextpnr/ice40/chipdb.py", line 248, in <module> fast_timings = read_timings(args.fast) File "/home/ben/.cache/yay/nextpnr-git/src/nextpnr/ice40/chipdb.py", line 230, in read_timings with open(filename) as f: FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/icebox/timings_hx8k.txt' make[2]: [CMakeFiles/ice40_chipdb.dir/build.make:113: ../ice40/chipdbs/chipdb-8k.bba] Error 1 make[1]: [CMakeFiles/Makefile2:294: CMakeFiles/ice40_chipdb.dir/all] Error 2 make: *** [Makefile:141: all] Error 2</module>
« First ‹ Previous 1 2 3 4