pkgsrc-WIP-changes archive

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

yosys-dev: upgraded to latest version 0.48



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Fri Dec 13 22:19:11 2024 +0530
Changeset:	7e9e56a6a499893d73753dc37d17859db505b0a0

Modified Files:
	yosys-dev/COMMIT_MSG
	yosys-dev/Makefile
	yosys-dev/PLIST
	yosys-dev/distinfo

Log Message:
yosys-dev: upgraded to latest version 0.48

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7e9e56a6a499893d73753dc37d17859db505b0a0

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

diffstat:
 yosys-dev/COMMIT_MSG |  4 ++--
 yosys-dev/Makefile   | 27 +++++++++------------------
 yosys-dev/PLIST      |  8 ++++++--
 yosys-dev/distinfo   | 10 ++++------
 4 files changed, 21 insertions(+), 28 deletions(-)

diffs:
diff --git a/yosys-dev/COMMIT_MSG b/yosys-dev/COMMIT_MSG
index 6daf543e03..7afcee6328 100644
--- a/yosys-dev/COMMIT_MSG
+++ b/yosys-dev/COMMIT_MSG
@@ -1,5 +1,5 @@
-devel/yosys: Update to version 0.47
+devel/yosys: Update to version 0.48
 Update prepared in wip by Mayuresh <mayuresh%acm.org@localhost>
 
 See ChangeLog for details:
-https://github.com/YosysHQ/yosys/releases/tag/v0.47
+https://github.com/YosysHQ/yosys/releases/tag/v0.48
diff --git a/yosys-dev/Makefile b/yosys-dev/Makefile
index 59b5020e2f..b50a9f104e 100644
--- a/yosys-dev/Makefile
+++ b/yosys-dev/Makefile
@@ -1,16 +1,13 @@
 # $NetBSD: Makefile,v 1.12 2024/10/22 11:29:50 thorpej Exp $
 
-# XXX Yosys changed their release tag format in 0.45 to just a bare
-# XXX number, sigh.
-YOSYS_VERSION=	0.47
-YOSYS_TAG=	${YOSYS_VERSION}
-ABC_TAG=	yosys-${YOSYS_VERSION}
-ABC_DISTNAME=	abc-${ABC_TAG}
-DISTNAME=	yosys-${YOSYS_TAG}
-CATEGORIES=	devel
+YOSYS_VERSION=	0.48
+GITHUB_PROJECT=	yosys
+DISTNAME=	yosys
+PKGNAME=	${DISTNAME}-${YOSYS_VERSION}
+CATEGORIES=	devel cad
 MASTER_SITES=	${MASTER_SITE_GITHUB:=YosysHQ/}
-GITHUB_TAG=	${YOSYS_TAG}
-EXTRACT_SUFX=	.tar.gz		# needed early
+GITHUB_RELEASE=	v${YOSYS_VERSION}
+DIST_SUBDIR=	${PKGNAME_NOREV}
 
 MAINTAINER=	thorpej%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/YosysHQ/yosys
@@ -27,14 +24,7 @@ GCC_REQD+=		10
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"
 
-ABC_DISTFILE=	${ABC_DISTNAME}${EXTRACT_SUFX}
-DISTFILES=	${DEFAULT_DISTFILES}
-
-DISTFILES+=		${ABC_DISTFILE}
-SITES.${ABC_DISTFILE}=	-${MASTER_SITE_GITHUB:=YosysHQ/abc/archive/}${ABC_TAG}${EXTRACT_SUFX}
-
-EXTRACT_DIR.${ABC_DISTFILE}=		${WRKSRC}/abc
-EXTRACT_OPTS_TAR.${ABC_DISTFILE}=	--strip-components=1
+WRKSRC=	${WRKDIR}
 
 .if ${CC_VERSION:Mclang*}
 YOSYS_COMPILER=	clang
@@ -71,6 +61,7 @@ REPLACE_BASH+=		misc/yosys-config.in
 do-configure:
 	cd ${WRKSRC} && ${MAKE_PROGRAM} config-${YOSYS_COMPILER}
 
+.include "../../wip/abc/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../lang/tcl/buildlink3.mk"
diff --git a/yosys-dev/PLIST b/yosys-dev/PLIST
index 93f0f22056..ebaff5a891 100644
--- a/yosys-dev/PLIST
+++ b/yosys-dev/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/10/15 01:32:59 thorpej Exp $
+@comment $NetBSD$
 bin/yosys
 bin/yosys-abc
 bin/yosys-config
@@ -20,7 +20,9 @@ share/yosys/anlogic/eagle_bb.v
 share/yosys/anlogic/lutrams.txt
 share/yosys/anlogic/lutrams_map.v
 share/yosys/cells.lib
+share/yosys/choices/han-carlson.v
 share/yosys/choices/kogge-stone.v
+share/yosys/choices/sklansky.v
 share/yosys/cmp2lcu.v
 share/yosys/cmp2lut.v
 share/yosys/cmp2softlogic.v
@@ -76,7 +78,9 @@ share/yosys/gowin/brams.txt
 share/yosys/gowin/brams_map.v
 share/yosys/gowin/cells_map.v
 share/yosys/gowin/cells_sim.v
-share/yosys/gowin/cells_xtra.v
+share/yosys/gowin/cells_xtra_gw1n.v
+share/yosys/gowin/cells_xtra_gw2a.v
+share/yosys/gowin/cells_xtra_gw5a.v
 share/yosys/gowin/lutrams.txt
 share/yosys/gowin/lutrams_map.v
 share/yosys/greenpak4/cells_blackbox.v
diff --git a/yosys-dev/distinfo b/yosys-dev/distinfo
index 75bf2fcc59..80f92cc86f 100644
--- a/yosys-dev/distinfo
+++ b/yosys-dev/distinfo
@@ -1,10 +1,8 @@
 $NetBSD: distinfo,v 1.6 2024/10/15 01:32:59 thorpej Exp $
 
-BLAKE2s (abc-yosys-0.47.tar.gz) = 267c6776c8320697514966a22e0d0cce8330ffd0a477dc583d31739a2489d32c
-SHA512 (abc-yosys-0.47.tar.gz) = 7327efe99523b74034d8bbe6d3add0d25f4a764b15de6c8abe058451463e18fdf87d8388225f50c7335164e185d8b36aa317cf0826297cbe0cfc69fdb8617fd7
-Size (abc-yosys-0.47.tar.gz) = 6264697 bytes
-BLAKE2s (yosys-0.47.tar.gz) = 7371b62b7320d0349bc8b89d8a0a2b46c7deeaf5a2b47a1e008befea67e77c8b
-SHA512 (yosys-0.47.tar.gz) = d45dc8983fd03687f06e13e9938fb5424c9a297110d670e79d69f821f51e60ce0c19901488b62aeea801c4ff2616166c50386b3f3fb9c03fe655bb50f2ac7b0a
-Size (yosys-0.47.tar.gz) = 3020517 bytes
+BLAKE2s (yosys-0.48/yosys.tar.gz) = 8825f0caf86fdc907d5c036e4302ed120a49fddebb2ad6cb8d14d1f68a53e034
+SHA512 (yosys-0.48/yosys.tar.gz) = c76756171dcff7f7281e19ad94ffde7498965799841c68b21259d12ade78494f5c8be59b5278777fabe904321ae214c702fdaef9c49ee23a3fa109a59b4b0322
+Size (yosys-0.48/yosys.tar.gz) = 9679731 bytes
 SHA1 (patch-Makefile) = db77fa7d0274a1f11290e46ee92dfc80b7d88556
 SHA1 (patch-kernel_driver.cc) = 4b0b0ffd2a7e3757bdf87728460e34831f2075aa
+SHA1 (patch-kernel_tclapi.cc) = 1000ddf2455aabfe9c70893e51b87ed6389bdd03


Home | Main Index | Thread Index | Old Index