File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
List of major changes and improvements between releases
3
3
=======================================================
4
4
5
- Yosys 0.49 .. Yosys 0.50-dev
5
+ Yosys 0.49 .. Yosys 0.50
6
6
--------------------------
7
+ * Various
8
+ - "write_verilog" emits "$check" cell names as labels.
7
9
8
10
Yosys 0.48 .. Yosys 0.49
9
11
--------------------------
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ ifeq ($(OS), Haiku)
153
153
CXXFLAGS += -D_DEFAULT_SOURCE
154
154
endif
155
155
156
- YOSYS_VER := 0.49+29
156
+ YOSYS_VER := 0.50
157
157
158
158
# Note: We arrange for .gitcommit to contain the (short) commit hash in
159
159
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -169,7 +169,7 @@ endif
169
169
OBJS = kernel/version_$(GIT_REV ) .o
170
170
171
171
bumpversion :
172
- sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline 427b5a2.. | wc -l` /;" Makefile
172
+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 427b5a2.. | wc -l`/;" Makefile
173
173
174
174
ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
175
175
Original file line number Diff line number Diff line change 6
6
project = 'YosysHQ Yosys'
7
7
author = 'YosysHQ GmbH'
8
8
copyright = '2025 YosysHQ GmbH'
9
- yosys_ver = "0.49 "
9
+ yosys_ver = "0.50 "
10
10
11
11
# select HTML theme
12
12
html_theme = 'furo-ys'
You can’t perform that action at this time.
0 commit comments