pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nextpnr-himbaechel



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Dec 25 16:34:49 UTC 2025

Added Files:
        pkgsrc/devel/nextpnr-himbaechel: DESCR Makefile PLIST

Log Message:
devel/nextpnr-himbaechel: import nextpnr-himbaechel-0.9

nextpnr is a portable FPGA place and route tool. nextpnr aims to be a vendor
neutral, timing driven, FOSS FPGA place and route tool.

This is the package for some FPGAs including Gowin.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/nextpnr-himbaechel/DESCR \
    pkgsrc/devel/nextpnr-himbaechel/Makefile \
    pkgsrc/devel/nextpnr-himbaechel/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/nextpnr-himbaechel/DESCR
diff -u /dev/null pkgsrc/devel/nextpnr-himbaechel/DESCR:1.1
--- /dev/null   Thu Dec 25 16:34:49 2025
+++ pkgsrc/devel/nextpnr-himbaechel/DESCR       Thu Dec 25 16:34:49 2025
@@ -0,0 +1,4 @@
+nextpnr is a portable FPGA place and route tool. nextpnr aims to be a vendor
+neutral, timing driven, FOSS FPGA place and route tool.
+
+This is the package for some FPGAs including Gowin.
Index: pkgsrc/devel/nextpnr-himbaechel/Makefile
diff -u /dev/null pkgsrc/devel/nextpnr-himbaechel/Makefile:1.1
--- /dev/null   Thu Dec 25 16:34:49 2025
+++ pkgsrc/devel/nextpnr-himbaechel/Makefile    Thu Dec 25 16:34:49 2025
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2025/12/25 16:34:49 ryoon Exp $
+
+COMMENT=       Portable FPGA place and route tool
+
+NEXTPNR_TARGET=                himbaechel
+NEXTPNR_TARGET_ARGS=   -DICESTORM_INSTALL_PREFIX=${PREFIX}
+# xilinx, ng-ultra and gatemate require more dependencies.
+NEXTPNR_TARGET_ARGS+=  -DHIMBAECHEL_UARCH="gowin" # separate with ;
+
+DEPENDS+=              ${PYPKGPREFIX}-apycula-[0-9]*:../../devel/py-apycula
+
+.include "../../devel/nextpnr/nextpnr.mk"
Index: pkgsrc/devel/nextpnr-himbaechel/PLIST
diff -u /dev/null pkgsrc/devel/nextpnr-himbaechel/PLIST:1.1
--- /dev/null   Thu Dec 25 16:34:49 2025
+++ pkgsrc/devel/nextpnr-himbaechel/PLIST       Thu Dec 25 16:34:49 2025
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2025/12/25 16:34:49 ryoon Exp $
+bin/nextpnr-himbaechel
+share/nextpnr/himbaechel/gowin/chipdb-GW1N-1.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW1N-4.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW1N-9.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW1N-9C.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW1NS-4.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW1NZ-1.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW2A-18.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW2A-18C.bin
+share/nextpnr/himbaechel/gowin/chipdb-GW5A-25A.bin



Home | Main Index | Thread Index | Old Index