diff --git a/devel/nextpnr-devel/Makefile b/devel/nextpnr-devel/Makefile index eb96b7e3adcf..feb9e5151bd0 100644 --- a/devel/nextpnr-devel/Makefile +++ b/devel/nextpnr-devel/Makefile @@ -1,51 +1,51 @@ PORTNAME= nextpnr -PORTVERSION= g20250225 +PORTVERSION= g20250312 CATEGORIES= devel PKGNAMESUFFIX= -devel MAINTAINER= jbo@FreeBSD.org COMMENT= Portable FPGA place and route tool WWW= https://github.com/YosysHQ/nextpnr LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING 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/prjpeppercorn:devel/prjpeppercorn112 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs 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 -GH_TAGNAME= e953c250a475f1a5d3e604c1e5f98f3ac9ae67e5 +GH_TAGNAME= 54f160d855b39b9ad1b4b40262907699c44f5cdd CONFLICTS_INSTALL= nextpnr PORTSCOUT= ignore:1 BINARY_ALIAS= python3=${PYTHON_CMD} CMAKE_ARGS= -DARCH="ice40;ecp5;himbaechel" \ -DHIMBAECHEL_UARCH="gatemate" \ -DHIMBAECHEL_PEPPERCORN_PATH=${LOCALBASE}/share/prjpeppercorn \ -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/ CMAKE_ON= BUILD_GUI # Don't create __pycache__ directory when executing blueprint-compiler # This is a workaround to avoid filesystem violations during poudriere build MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 .if exists(/usr/include/omp.h) CMAKE_ON+= USE_OPENMP .else CMAKE_OFF+= USE_OPENMP .endif .include diff --git a/devel/nextpnr-devel/distinfo b/devel/nextpnr-devel/distinfo index 3414c56f9b66..d5038659d550 100644 --- a/devel/nextpnr-devel/distinfo +++ b/devel/nextpnr-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1772125160 -SHA256 (YosysHQ-nextpnr-g20250225-e953c250a475f1a5d3e604c1e5f98f3ac9ae67e5_GH0.tar.gz) = ad478d3ecc36f2f7d9f909054b426f13c51743466760d127105e64ea1c1cb5f1 -SIZE (YosysHQ-nextpnr-g20250225-e953c250a475f1a5d3e604c1e5f98f3ac9ae67e5_GH0.tar.gz) = 3509129 +TIMESTAMP = 1773421397 +SHA256 (YosysHQ-nextpnr-g20250312-54f160d855b39b9ad1b4b40262907699c44f5cdd_GH0.tar.gz) = 45756aa06b649545a45871396c84d4cff432d794bd7fc9d70d41e41f74266014 +SIZE (YosysHQ-nextpnr-g20250312-54f160d855b39b9ad1b4b40262907699c44f5cdd_GH0.tar.gz) = 3514511 SHA256 (YosysHQ-nextpnr-tests-ce15412_GH0.tar.gz) = 84b7e926d97ce1aae3a2b9115b9030fce483a8b6d8b6cde060046a93f24966fe SIZE (YosysHQ-nextpnr-tests-ce15412_GH0.tar.gz) = 1032708 diff --git a/devel/nextpnr-devel/pkg-descr b/devel/nextpnr-devel/pkg-descr index d132ad330118..19ebe9b57069 100644 --- a/devel/nextpnr-devel/pkg-descr +++ b/devel/nextpnr-devel/pkg-descr @@ -1,12 +1,14 @@ nextpnr aims to be a vendor neutral, timing driven, FOSS FPGA place and route tool. 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