From 13fd4e8e5ef89a9512d4f27235e7527dcdf1c741 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Mar 14 2024 21:40:36 +0000 Subject: update to 0.39 snapshot --- diff --git a/.gitignore b/.gitignore index 8dde1e2..2e394d6 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /yosys-d87bd7c.tar.gz /yosys-6a7fad4.tar.gz /yosys-ac0fb2e.tar.gz +/yosys-b3124f3.tar.gz diff --git a/sources b/sources index 4c5c706..96bd20d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yosys-ac0fb2e.tar.gz) = 2ec431c62c64e35eab552194b8a8f5ebd5edd7f1d9da005ac6a121d0f237352d421f1e512701ba01b1d3ad96f109d7d4c48a97e0a325052093d125f739eb3ca4 +SHA512 (yosys-b3124f3.tar.gz) = 63ae951eb951b68785919fb0ac1307a1699f39468685b8c89fec68b82143944ae3663c0e490c185f23bb97171dc2b56bec4a81b117e118113e96180d77005c29 SHA512 (yosys_0.9-1.debian.tar.xz) = d9df5637efc730b2b681daa8a5933803dba70dca5b31fe4ac13601032eccd9105c001563cf627fbdd2d4ebad8551f2647e882fbf107a7df98badb2d200e2b4dc diff --git a/yosys-cfginc.patch b/yosys-cfginc.patch index 59d5174..ca6ea25 100644 --- a/yosys-cfginc.patch +++ b/yosys-cfginc.patch @@ -1,14 +1,14 @@ diff --git a/Makefile b/Makefile -index b282dc6c6..8f02329bc 100644 +index e55165f46..bef7bcd84 100644 --- a/Makefile +++ b/Makefile -@@ -790,7 +790,7 @@ LDLIBS_NOVERIFIC = $(LDLIBS) +@@ -778,7 +778,7 @@ LIBS_NOVERIFIC = $(LIBS) endif $(PROGRAM_PREFIX)yosys-config: misc/yosys-config.in - $(P) $(SED) -e 's#@CXXFLAGS@#$(subst -Ilibs/dlfcn-win32,,$(subst -I. -I"$(YOSYS_SRC)",-I"$(DATDIR)/include",$(strip $(CXXFLAGS_NOVERIFIC))))#;' \ + $(P) $(SED) -e 's#@CXXFLAGS@#$(subst -Ilibs/dlfcn-win32,,$(subst -I. -I"$(YOSYS_SRC)",-I"$(PREFIX)/include/yosys",$(strip $(CXXFLAGS_NOVERIFIC))))#;' \ - -e 's#@CXX@#$(strip $(CXX))#;' -e 's#@LDFLAGS@#$(strip $(LDFLAGS) $(PLUGIN_LDFLAGS))#;' -e 's#@LDLIBS@#$(strip $(LDLIBS_NOVERIFIC) $(PLUGIN_LDLIBS))#;' \ + -e 's#@CXX@#$(strip $(CXX))#;' -e 's#@LINKFLAGS@#$(strip $(LINKFLAGS) $(PLUGIN_LINKFLAGS))#;' -e 's#@LIBS@#$(strip $(LIBS_NOVERIFIC) $(PLUGIN_LIBS))#;' \ -e 's#@BINDIR@#$(strip $(BINDIR))#;' -e 's#@DATDIR@#$(strip $(DATDIR))#;' < $< > $(PROGRAM_PREFIX)yosys-config $(Q) chmod +x $(PROGRAM_PREFIX)yosys-config diff --git a/tests/various/plugin.sh b/tests/various/plugin.sh diff --git a/yosys.spec b/yosys.spec index 119a2b9..c8874ad 100644 --- a/yosys.spec +++ b/yosys.spec @@ -1,12 +1,12 @@ -%global commit0 ac0fb2e301188178ea691f2ef156d0af6f4f967f +%global commit0 b3124f30e42cb0f0f8d8216f39d69e522270833b %global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7}) -%global snapdate 20240210 +%global snapdate 20240314 %global __python %{__python3} Name: yosys -Version: 0.38 +Version: 0.39 Release: 1.%{snapdate}git%{shortcommit0}%{?dist} Summary: Yosys Open SYnthesis Suite, including Verilog synthesizer License: ISC and MIT @@ -35,7 +35,7 @@ BuildRequires: make BuildRequires: gcc-c++ BuildRequires: bison flex readline-devel pkgconfig BuildRequires: tcl-devel libffi-devel -BuildRequires: yosyshq-abc >= 0.35 +BuildRequires: yosyshq-abc >= 0.39 BuildRequires: iverilog >= 12.0 BuildRequires: python%{python3_pkgversion} BuildRequires: txt2man @@ -174,6 +174,9 @@ make test ABCEXTERNAL=%{_bindir}/abc SEED=314159265359 %changelog +* Thu Mar 14 2024 Gabriel Somlo - 0.39.1.20240314gitb3124f3 +- update to 0.39 snapshot + * Sat Feb 10 2024 Gabriel Somlo - 0.38.1.20240210gitac0fb2e - update to 0.38 snapshot