Skip to content

Commit 543faed

Browse files
committed
Release version 0.38
1 parent 8e3a718 commit 543faed

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,24 @@
22
List of major changes and improvements between releases
33
=======================================================
44

5-
Yosys 0.37 .. Yosys 0.38-dev
5+
Yosys 0.37 .. Yosys 0.38
66
--------------------------
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".
723

824
Yosys 0.36 .. Yosys 0.37
925
--------------------------

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ LDLIBS += -lrt
141141
endif
142142
endif
143143

144-
YOSYS_VER := 0.37+119
144+
YOSYS_VER := 0.38
145145

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

159159
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
161161

162162
# set 'ABCREV = default' to use abc/ as it is
163163
#

0 commit comments

Comments
 (0)