Search Criteria
Package Details: nextpnr-git r2866.9b962804-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: | |
Conflicts: | |
Provides: | |
Submitter: | grahamedgecombe |
Maintainer: | grahamedgecombe |
Last Packager: | grahamedgecombe |
Votes: | 12 |
Popularity: | 0.35 |
First Submitted: | 2018-08-02 17:35 |
Last Updated: | 2021-01-03 22:38 |
Dependencies (10)
- boost-libs (boost171, boost-libs-git)
- python (python-dbg)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- eigen (eigen-git) (make)
- git (git-git) (make)
- icestorm (icestorm-git) (make)
- prjtrellis (trellis-git) (make)
- prjtrellis-db (trellis-git) (make)
Latest Comments
1 2 Next › Last »
xiretza commented on 2021-03-12 21:39
@jamonterrell: see my comment below yours, the VCS package guidelines actually tell you how to add the submodules to
source=()
properly.jamonterrell commented on 2021-03-12 21:30
This is currently not working due to git submodules not being updated before build (causes -lpthreads error).
Fix below:
xiretza commented on 2021-03-10 22:45
Since https://github.com/YosysHQ/nextpnr/pull/607, nextpnr now has a submodule for abseil-cpp that has to be added to source and initialized accordingly. Also there's a warning about
-DICEBOX_ROOT=
being deprecated, see @rpls' comment.rpls commented on 2021-01-18 20:46
nextpnr now supports another FPGA architecture with "Project Oxide". I added a package for the requirements and validated it with the examples provided by prjoxide. Also the icestorm requirement is now referenced as
ICESTORM_INSTALL_PREFIX
in the CMake script.zoe1337 commented on 2020-12-18 19:30
shouldn't this PKGBUILD depend on prjtrellis instead of trellis?
xiretza commented on 2020-12-08 12:06
nextpnr now no longer builds the GUI by default, could you add a
-DBUILD_GUI=ON
to the cmake invocation?ignilux commented on 2020-11-12 14:02
For what it's worth, I had the same build error with a fresh icestorm-git build/install. When I aborted nextpnr-git and installed trellis-git FIRST, then nextpnr-git builds fine.
marzoul commented on 2020-03-21 09:37
Follow-up : python issue is caused by wrong detection of python version from repo. No known solution yet. https://github.com/YosysHQ/nextpnr/issues/411
marzoul commented on 2020-03-19 22:24
Hi, I have a build error. Is there a missing python-related dependency ?
xiretza commented on 2020-02-21 07:11
@guturise: rebuild trellis(-git).