Search Criteria
Package Details: nextpnr-git 0.7.r29.gf0859503-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: | custom:ISC |
Conflicts: | nextpnr |
Provides: | nextpnr |
Submitter: | grahamedgecombe |
Maintainer: | None |
Last Packager: | xiretza |
Votes: | 25 |
Popularity: | 1.40 |
First Submitted: | 2018-08-02 17:35 (UTC) |
Last Updated: | 2024-05-01 16:12 (UTC) |
Dependencies (12)
- 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)
- prjapiculaAUR (prjapiculaAUR) (make)
- prjoxide (prjoxide-gitAUR, prjoxide-nightlyAUR) (make)
- prjtrellis (prjtrellis-gitAUR, prjtrellis-nightlyAUR) (make)
- prjtrellis-db-gitAUR (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
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