From nobody Fri Mar 13 17:00:55 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fXW302Fncz6VQS8 for ; Fri, 13 Mar 2026 17:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fXW2v1D93z3CGv for ; Fri, 13 Mar 2026 17:00:55 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773421255; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=UErkamHb17v6yWY77i7S/m2VKl88x0sX9E1J0KuGVCc=; b=jPINqAxWgGtl7C5NoDJzJKoEQdX+3ooBA3Gov9rv3Q5qWPnvgtOMHu4au/YVS2qrgeksuw SSd/Ksbyhb4Fo1GyQsxRTB7Eh7tPQX6jh3Q1y//nT/lDEhdhzNnB7vY0kr5GrMNpk0VbJe cu04pdI3Wx4/fyI13mIDzGlN66td09419BFffk7sxFTxbUgpV3jXA1ogRN7DRIFzxzg62+ vEtTNqXjvCN9lqTjtAr3LKQMsM5MUBRXFadajCaQNiAKAlVuOk1rVgUWTKRyxcOOBRMRaz /+bbJr25rtxRUHIMHoEuMVwGc+rENlzoUeAfGHZbczSOZd7UHB64lGTGY0t+uQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1773421255; a=rsa-sha256; cv=none; b=sYJ5VsW3qkK107eQdqFZRUXGhMbAg+kTRDnEXRhTr/Tq9zvrcK8R9imgmLWB/R9O68EBfq rk/kd8JhaywDsLcM3yW+FW9+HcFX0BkWumQlSuD9RbOOrQ5eyBe+lSejxgVdgxeJDPofKO zW8XdgxRjNHp511dcyP42EUWwr3XEYO+hY2bknUjtfr1f7C1ODq3Qc57zD06Ujj1zenZaT pfJxAwj1urRWU6oH0w0C6pHaBBQTyN8t6FkZjw1GBTKRAdlVrr2wQ7nZpIFPt2NU6wfWSW hxldjN3Fc0Wdkw8GdBuEVjTdwlMlqnCc7/4CC7iETTPXj2zBiY+aheclVSX7Zw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1773421255; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=UErkamHb17v6yWY77i7S/m2VKl88x0sX9E1J0KuGVCc=; b=OAH8QTW/wbIetuzz25ZYCHIs+F8OtuB7CTyyn7eF0allK8ZvBMk0CK+cxaz698PiIGygSh 3vxt74FSS6H3V1HqmsJQwAhLywzKD/g4+79dj98piYyg1hJe/B5/0GxENt8sWYzKsf/fYc Vc/SHxNpm7VNp/iLoUUrvKfd9bufXaSmEZB050ZfA64YF03VgU6Q/Fiph/hZB0k/Fc2qfF MUUuayKBSlylKlHob+CGlMOzIwoy9GfaljoOOu+0EqLW+l0/v/ktGPuOU69znszRxdYYWS PyPjbxz/D85XxjTOsKbB4TX1AzdX3GBZE5/15qFWnSNVLtCx9qsa76ZpQUgnEA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fXW2v0Y0hzhGd for ; Fri, 13 Mar 2026 17:00:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1e6d7 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 13 Mar 2026 17:00:55 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joel Bodenmann Subject: git: 017ebc5f1c79 - main - devel/nextpnr: Update to 0.10 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 017ebc5f1c79dd3abc3535c5e368adbe59c7feac Auto-Submitted: auto-generated Date: Fri, 13 Mar 2026 17:00:55 +0000 Message-Id: <69b442c7.1e6d7.7ee8472a@gitrepo.freebsd.org> The branch main has been updated by jbo: URL: https://cgit.FreeBSD.org/ports/commit/?id=017ebc5f1c79dd3abc3535c5e368adbe59c7feac commit 017ebc5f1c79dd3abc3535c5e368adbe59c7feac Author: Joel Bodenmann AuthorDate: 2026-03-13 16:56:14 +0000 Commit: Joel Bodenmann CommitDate: 2026-03-13 17:00:28 +0000 devel/nextpnr: Update to 0.10 Changelog: https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.10 While here, also enable the himbaechel architecture as well as adding support for the GateMate micro-architecture via prjpeppercorn. --- devel/nextpnr/Makefile | 25 ++++++++++++------------- devel/nextpnr/distinfo | 6 +++--- devel/nextpnr/files/patch-bba_CMakeLists.txt | 10 +++++----- devel/nextpnr/pkg-descr | 5 +++-- devel/nextpnr/pkg-plist | 5 +++++ 5 files changed, 28 insertions(+), 23 deletions(-) diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index 01ec027fff6d..b6207252dc44 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -1,7 +1,6 @@ PORTNAME= nextpnr DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.9 -PORTREVISION= 4 +DISTVERSION= 0.10 PORTEPOCH= 1 CATEGORIES= devel @@ -16,27 +15,27 @@ NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= clang segfault BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \ - ${LOCALBASE}/share/icebox:devel/icestorm + ${LOCALBASE}/share/icebox:devel/icestorm \ + ${LOCALBASE}/share/prjpeppercorn:devel/prjpeppercorn112 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ - libboost_filesystem.so:devel/boost-libs \ - libboost_program_options.so:devel/boost-libs \ - ${PY_BOOST} + libboost_program_options.so:devel/boost-libs -USES= compiler:c++17-lang cmake llvm:min=20 qt:5 eigen:3 python gl -USE_QT= buildtools:build core gui opengl qmake:build widgets -USE_GL= gl glu +USES= compiler:c++17-lang cmake llvm:min=20 qt:6 eigen:3 python +USE_QT= base USE_GITHUB= yes GH_ACCOUNT= YosysHQ GH_TUPLE= YosysHQ:nextpnr-tests:ce15412:tests/tests +CONFLICTS_INSTALL= nextpnr-devel + BINARY_ALIAS= python3=${PYTHON_CMD} -CMAKE_ARGS= -DARCH="ice40;ecp5" -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/ +CMAKE_ARGS= -DARCH="ice40;ecp5;himbaechel" \ + -DHIMBAECHEL_UARCH="gatemate" \ + -DHIMBAECHEL_PEPPERCORN_PATH=${LOCALBASE}/share/prjpeppercorn \ + -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/ CMAKE_ON= BUILD_GUI -PLIST_FILES= bin/nextpnr-ecp5 \ - bin/nextpnr-ice40 - # Don't create __pycache__ directory when executing blueprint-compiler # This is a workaround to avoid filesystem violations during poudriere build MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 diff --git a/devel/nextpnr/distinfo b/devel/nextpnr/distinfo index 396ec3c52a38..7be95fe0df79 100644 --- a/devel/nextpnr/distinfo +++ b/devel/nextpnr/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757340857 -SHA256 (YosysHQ-nextpnr-nextpnr-0.9_GH0.tar.gz) = 8cebc65049ff91c411d963ea2304b1a3dd42036f79de2eb3e9834c842f934495 -SIZE (YosysHQ-nextpnr-nextpnr-0.9_GH0.tar.gz) = 4744423 +TIMESTAMP = 1773417678 +SHA256 (YosysHQ-nextpnr-nextpnr-0.10_GH0.tar.gz) = 374393094cdf7b2aae415cebf0994840b4a355bb95e89c683ef19f95f0b14dc2 +SIZE (YosysHQ-nextpnr-nextpnr-0.10_GH0.tar.gz) = 3510853 SHA256 (YosysHQ-nextpnr-tests-ce15412_GH0.tar.gz) = 84b7e926d97ce1aae3a2b9115b9030fce483a8b6d8b6cde060046a93f24966fe SIZE (YosysHQ-nextpnr-tests-ce15412_GH0.tar.gz) = 1032708 diff --git a/devel/nextpnr/files/patch-bba_CMakeLists.txt b/devel/nextpnr/files/patch-bba_CMakeLists.txt index 07e458b948b9..978f75d91170 100644 --- a/devel/nextpnr/files/patch-bba_CMakeLists.txt +++ b/devel/nextpnr/files/patch-bba_CMakeLists.txt @@ -1,10 +1,10 @@ ---- bba/CMakeLists.txt.orig 2025-09-08 14:21:44 UTC +--- bba/CMakeLists.txt.orig 2026-01-28 22:36:11 UTC +++ bba/CMakeLists.txt -@@ -10,6 +10,5 @@ target_link_libraries(bbasm LINK_PRIVATE +@@ -9,5 +9,6 @@ target_link_libraries(bbasm LINK_PRIVATE add_executable(bbasm main.cc) target_link_libraries(bbasm LINK_PRIVATE -- ${Boost_PROGRAM_OPTIONS_LIBRARY} -- ${Boost_SYSTEM_LIBRARY}) -+ Boost::program_options) +- ${Boost_PROGRAM_OPTIONS_LIBRARY}) ++ ${Boost_PROGRAM_OPTIONS_LIBRARY} ++ Boost::program_options) export(TARGETS bbasm FILE ${CMAKE_BINARY_DIR}/bba-export.cmake) diff --git a/devel/nextpnr/pkg-descr b/devel/nextpnr/pkg-descr index 6a7da071ba36..19ebe9b57069 100644 --- a/devel/nextpnr/pkg-descr +++ b/devel/nextpnr/pkg-descr @@ -5,9 +5,10 @@ Currently nextpnr supports: - Lattice iCE40 devices supported by Project IceStorm - Lattice ECP5 devices supported by Project Trellis - Lattice Nexus devices supported by Project Oxide - - Gowin LittleBee devices supported by Project Apicula + - Gowin LittleBee and Aurora V devices supported by Project Apicula - NanoXplore NG-Ultra devices supported by Project Beyond + - Cologne Chip GateMate devices supported by Project Peppercorn - (experimental) Cyclone V devices supported by Mistral - (experimental) Lattice MachXO2 devices supported by Project Trellis + - (experimental) Xilinx 7-series devices supported by Project X-Ray - (experimental) a "generic" back-end for user-defined architectures - diff --git a/devel/nextpnr/pkg-plist b/devel/nextpnr/pkg-plist new file mode 100644 index 000000000000..16d7e63b54ee --- /dev/null +++ b/devel/nextpnr/pkg-plist @@ -0,0 +1,5 @@ +bin/nextpnr-ecp5 +bin/nextpnr-ice40 +bin/nextpnr-himbaechel +%%DATADIR%%/himbaechel/gatemate/chipdb-CCGM1A1.bin +%%DATADIR%%/himbaechel/gatemate/chipdb-CCGM1A2.bin