File tree 3 files changed +17
-4
lines changed
3 files changed +17
-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.46 .. Yosys 0.47-dev
5
+ Yosys 0.46 .. Yosys 0.47
6
6
--------------------------
7
+ * Various
8
+ - Added cxxopts library for handling command line arguments.
9
+ - Added docs generation from cells help output.
10
+
11
+ * New commands and options
12
+ - Added "-json" option to "synth_xilinx" pass.
13
+ - Added "-derive_luts" option to "cellmatch" pass.
14
+ - Added "t:@<name>" syntax to "select" pass.
15
+ - Added "-list-mod" option to "select" pass.
16
+ - Removed deprecated "qwp" pass.
17
+
18
+ * Verific support
19
+ - Initial state handling for VHDL assertions.
7
20
8
21
Yosys 0.45 .. Yosys 0.46
9
22
--------------------------
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ ifeq ($(OS), Haiku)
154
154
CXXFLAGS += -D_DEFAULT_SOURCE
155
155
endif
156
156
157
- YOSYS_VER := 0.46+147
157
+ YOSYS_VER := 0.47
158
158
159
159
# Note: We arrange for .gitcommit to contain the (short) commit hash in
160
160
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -170,7 +170,7 @@ endif
170
170
OBJS = kernel/version_$(GIT_REV ) .o
171
171
172
172
bumpversion :
173
- sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline e97731b.. | wc -l` /;" Makefile
173
+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline e97731b.. | wc -l`/;" Makefile
174
174
175
175
ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
176
176
Original file line number Diff line number Diff line change 6
6
project = 'YosysHQ Yosys'
7
7
author = 'YosysHQ GmbH'
8
8
copyright = '2024 YosysHQ GmbH'
9
- yosys_ver = "0.46 "
9
+ yosys_ver = "0.47 "
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