Commit 543faed 1 parent 8e3a718 commit 543faed Copy full SHA for 543faed
File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
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.37 .. Yosys 0.38-dev
5
+ Yosys 0.37 .. Yosys 0.38
6
6
--------------------------
7
+ * New commands and options
8
+ - Added option "-tech" to "opt_lut" pass.
9
+ - Added option "-nokeep_prints" to "hierarchy" pass.
10
+ - Added option "-nolower" to "async2sync" and "clk2fflogic" pass.
11
+ - Added option "-lower" to "chformal" pass.
12
+
13
+ * Various
14
+ - Added $check cell to represent assertions with messages.
15
+ - Allow capturing $print cell output in CXXRTL.
16
+ - Added API to overwrite existing pass from plugin.
17
+ - Follow the XDG Base Directory Specification for storing history files.
18
+ - Without a known top module, derive all deferred modules (hierarchy pass).
19
+ - Detect and error out on combinational loops in write_aiger.
20
+
21
+ * Verific support
22
+ - Added option "-no-split-complex-ports" to "verific -import".
7
23
8
24
Yosys 0.36 .. Yosys 0.37
9
25
--------------------------
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ LDLIBS += -lrt
141
141
endif
142
142
endif
143
143
144
- YOSYS_VER := 0.37+119
144
+ YOSYS_VER := 0.38
145
145
146
146
# Note: We arrange for .gitcommit to contain the (short) commit hash in
147
147
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -157,7 +157,7 @@ endif
157
157
OBJS = kernel/version_$(GIT_REV ) .o
158
158
159
159
bumpversion :
160
- sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline a5c7f69.. | wc -l` /;" Makefile
160
+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline a5c7f69.. | wc -l`/;" Makefile
161
161
162
162
# set 'ABCREV = default' to use abc/ as it is
163
163
#
You can’t perform that action at this time.
0 commit comments