File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 22List of major changes and improvements between releases
33=======================================================
44
5- Yosys 0.56 .. Yosys 0.57-dev
5+ Yosys 0.56 .. Yosys 0.57
66--------------------------
7+ * New commands and options
8+ - Added "-initstates" option to "abstract" pass.
9+ - Added "-set-assumes" option to "equiv_induct"
10+ and "equiv_simple" passes.
11+ - Added "-always" option to "raise_error" pass.
12+ - Added "-hierarchy" option to "stat" pass.
13+ - Added "-noflatten" option to "synth_quicklogic" pass.
14+
15+ * Various
16+ - smtbmc: Support skipping steps in cover mode.
17+ - write_btor: support $buf.
18+ - read_verilog: support package import.
719
820Yosys 0.55 .. Yosys 0.56
921--------------------------
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ ifeq ($(OS), Haiku)
159159CXXFLAGS += -D_DEFAULT_SOURCE
160160endif
161161
162- YOSYS_VER := 0.56+220
162+ YOSYS_VER := 0.57
163163YOSYS_MAJOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f1)
164164YOSYS_MINOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f2 | cut -d'+' -f1)
165165YOSYS_COMMIT := $(shell echo $(YOSYS_VER ) | cut -d'+' -f2)
@@ -182,7 +182,7 @@ endif
182182OBJS = kernel/version_$(GIT_REV ) .o
183183
184184bumpversion :
185- sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline 9c447ad.. | wc -l` /;" Makefile
185+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 9c447ad.. | wc -l`/;" Makefile
186186
187187ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
188188
Original file line number Diff line number Diff line change 66project = 'YosysHQ Yosys'
77author = 'YosysHQ GmbH'
88copyright = '2025 YosysHQ GmbH'
9- yosys_ver = "0.56 "
9+ yosys_ver = "0.57 "
1010
1111# select HTML theme
1212html_theme = 'furo-ys'
You can’t perform that action at this time.
0 commit comments