summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2024-05-01 16:11:45 +0000
committerXiretza2024-05-01 16:11:45 +0000
commit39b358754e1d6b2a55272a68352da10a80ed6c41 (patch)
treee8c53c9239276f0196cfbd7599d7721cf98d1daf /PKGBUILD
parent8910ae8922f2565104676d3a65636bc706b29173 (diff)
downloadaur-nextpnr-git.tar.gz
Add Himbächel family
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff741856c628..eddbf5acb5aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
# Contributor: Richard Petri <git@rpls.de>
# Contributor: Graham Edgecombe <gpe@grahamedgecombe.com>
-_ARCHS=('generic' 'ice40' 'ecp5' 'nexus' 'gowin')
+_ARCHS=('generic' 'ice40' 'ecp5' 'nexus' 'gowin' 'himbaechel')
pkgname=nextpnr-git
-pkgver=0.6.r100.g8e84006e
+pkgver=0.7.r29.gf0859503
pkgrel=1
pkgdesc='Portable FPGA place and route tool'
arch=('i686' 'x86_64')
@@ -37,6 +37,10 @@ for _arch in ${_ARCHS[@]}; do
makedepends+=('prjapicula')
_CONFIG+=('-DGOWIN_BBA_EXECUTABLE=/usr/bin/gowin_bba')
;;
+ himbaechel)
+ makedepends+=('prjapicula')
+ _CONFIG+=('-DHIMBAECHEL_GOWIN_DEVICES=all')
+ ;;
generic)
;;
*)