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 Next › Last »
marzoul commented on 2021-09-08 15:18 (UTC) (edited on 2021-09-08 15:18 (UTC) by marzoul)
Hi, I would suggest to move the supported architecture in optdepends. And generate the cmake options according to the actually installed corresponding packages. This would remove need to edit PKGBUILD for anyone not needing everything.
rpls commented on 2021-05-16 21:14 (UTC)
With all the different supported target architectures, the dependencies are getting a bit out of hand. :-) This makes it a bit neater (similar to the
emacs-git
AUR package) and enables some user customization. But in no way a must-have, just a suggestion.xiretza commented on 2021-05-16 07:59 (UTC)
@rpls: thanks, added!
rpls commented on 2021-05-15 23:56 (UTC)
Nextpnr now support GowinSemi FPGAs with "Project Apicula". I added a package for the requirements and validated it on a FPGA with the examples provided by prjapicula.
xiretza commented on 2021-03-12 21:39 (UTC)
@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 (UTC)
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 (UTC)
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 (UTC) (edited on 2021-01-18 20:46 (UTC) by rpls)
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 (UTC)
shouldn't this PKGBUILD depend on prjtrellis instead of trellis?
xiretza commented on 2020-12-08 12:06 (UTC)
nextpnr now no longer builds the GUI by default, could you add a
-DBUILD_GUI=ON
to the cmake invocation?« First ‹ Previous 1 2 3 4 Next › Last »