summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2021-05-16 09:59:14 +0200
committerXiretza2021-05-16 09:59:14 +0200
commitd1ba410e0dcbc0e723e3bc25e072c7a2a1624d23 (patch)
tree90d218355cf22d2d1cfa413457ba31d4f2130ad1
parent85eea322a41d5d24a1a3d1644aea60708f2486bf (diff)
downloadaur-d1ba410e0dcbc0e723e3bc25e072c7a2a1624d23.tar.gz
Enable gowin support
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15571c649f97..572b12c623b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Graham Edgecombe <gpe@grahamedgecombe.com>
pkgname=nextpnr-git
-pkgver=r3404.3fd1ee77
+pkgver=r3528.179ae683
pkgrel=1
pkgdesc='Portable FPGA place and route tool'
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url='https://github.com/YosysHQ/nextpnr'
license=('custom:ISC')
depends=('boost-libs' 'python' 'qt5-base')
makedepends=('boost' 'cmake' 'eigen' 'git' 'icestorm' 'prjtrellis'
- 'prjtrellis-db' 'prjoxide')
+ 'prjtrellis-db' 'prjoxide' 'prjapicula')
provides=('nextpnr')
conflicts=('nextpnr')
source=('nextpnr::git+https://github.com/YosysHQ/nextpnr.git')
@@ -26,10 +26,11 @@ build() {
cd build
cmake \
- -DARCH=generic\;ice40\;ecp5\;nexus \
+ -DARCH=generic\;ice40\;ecp5\;nexus\;gowin \
-DICESTORM_INSTALL_PREFIX=/usr \
-DTRELLIS_INSTALL_PREFIX=/usr \
-DOXIDE_INSTALL_PREFIX=/usr \
+ -DGOWIN_BBA_EXECUTABLE=/usr/bin/gowin_bba \
-DBUILD_TESTS=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \