Skip to content

Commit 427b5a2

Browse files
committed
Release version 0.49
1 parent da5c20d commit 427b5a2

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
List of major changes and improvements between releases
33
=======================================================
44

5-
Yosys 0.48 .. Yosys 0.49-dev
5+
Yosys 0.48 .. Yosys 0.49
66
--------------------------
7+
* Various
8+
- "$scopeinfo" cells are now part of JSON export by default.
9+
- Added option to specify hierarchical separator for "flatten".
10+
- Improved "wreduce" to handle more cases of operator size reduction.
11+
- Updated hashing interface, see docs/source/yosys_internals/hashing.rst
12+
for breaking API changes.
13+
14+
* New commands and options
15+
- Added "-noscopeinfo" option to "json" and "write_json" pass.
716

817
Yosys 0.47 .. Yosys 0.48
918
--------------------------

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ifeq ($(OS), Haiku)
153153
CXXFLAGS += -D_DEFAULT_SOURCE
154154
endif
155155

156-
YOSYS_VER := 0.48+98
156+
YOSYS_VER := 0.49
157157

158158
# Note: We arrange for .gitcommit to contain the (short) commit hash in
159159
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -169,7 +169,7 @@ endif
169169
OBJS = kernel/version_$(GIT_REV).o
170170

171171
bumpversion:
172-
sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline aaa5347.. | wc -l`/;" Makefile
172+
# sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline aaa5347.. | wc -l`/;" Makefile
173173

174174
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
175175

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
project = 'YosysHQ Yosys'
77
author = 'YosysHQ GmbH'
8-
copyright ='2024 YosysHQ GmbH'
9-
yosys_ver = "0.48"
8+
copyright ='2025 YosysHQ GmbH'
9+
yosys_ver = "0.49"
1010

1111
# select HTML theme
1212
html_theme = 'furo-ys'

0 commit comments

Comments
 (0)