From f3c6b41050f388634a1e781e0734675dfc5fa505 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 18 Jul 2023 08:45:00 +0200 Subject: [PATCH] Release version 0.31 --- CHANGELOG | 8 +++++++- Makefile | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0d433d4a33d..8ca3a45c272 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,14 @@ List of major changes and improvements between releases ======================================================= -Yosys 0.30 .. Yosys 0.31-dev +Yosys 0.30 .. Yosys 0.31 -------------------------- + * New commands and options + - Added option "-lsbidx" to "write_edif" pass. + + * Various + - Added support for $divfloor operator to cxxrtl backend. + - dfflegalize: allow setting mince and minsrst args from scratchpad. Yosys 0.29 .. Yosys 0.30 -------------------------- diff --git a/Makefile b/Makefile index 30e144f83ee..00ae0d0760a 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ LDLIBS += -lrt endif endif -YOSYS_VER := 0.30+55 +YOSYS_VER := 0.31 # Note: We arrange for .gitcommit to contain the (short) commit hash in # tarballs generated with git-archive(1) using .gitattributes. The git repo @@ -157,7 +157,7 @@ endif OBJS = kernel/version_$(GIT_REV).o bumpversion: - sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline f7a8284.. | wc -l`/;" Makefile +# sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline f7a8284.. | wc -l`/;" Makefile # set 'ABCREV = default' to use abc/ as it is #