Commit aaa5347 1 parent 1f6153a commit aaa5347 Copy full SHA for aaa5347
File tree 3 files changed +28
-4
lines changed
3 files changed +28
-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.47 .. Yosys 0.48-dev
5
+ Yosys 0.47 .. Yosys 0.48
6
6
--------------------------
7
+ * Various
8
+ - Removed "read_ilang" deprecated pass.
9
+ - Enhanced boxing features in the experimental "abc_new" command.
10
+ - Added new Tcl methods for design inspection.
11
+ - Added clock enable inference to "dfflibmap".
12
+ - Added a Han-Carlson and Sklansky option for $lcu mapping.
13
+
14
+ * New commands and options
15
+ - Added "-nopeepopt" option to "clk2fflogic" pass.
16
+ - Added "-liberty" and "-dont_use" options to "clockgate" pass.
17
+ - Added "-ignore_buses" option to "read_liberty" pass.
18
+ - Added "-dont_map" option to "techmap" pass.
19
+ - Added "-selected" option to "write_json" pass.
20
+ - Added "wrapcell" command for creating wrapper modules
21
+ around selected cells.
22
+ - Added "portarcs" command for deriving propagation timing arcs.
23
+ - Added "setenv" command for setting environment variables.
24
+
25
+ * Gowin support
26
+ - Added "-family" option to "synth_gowin" pass.
27
+ - Cell definitions split by family.
28
+
29
+ * Verific support
30
+ - Improved blackbox support.
7
31
8
32
Yosys 0.46 .. Yosys 0.47
9
33
--------------------------
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ ifeq ($(OS), Haiku)
155
155
CXXFLAGS += -D_DEFAULT_SOURCE
156
156
endif
157
157
158
- YOSYS_VER := 0.47+254
158
+ YOSYS_VER := 0.48
159
159
160
160
# Note: We arrange for .gitcommit to contain the (short) commit hash in
161
161
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -171,7 +171,7 @@ endif
171
171
OBJS = kernel/version_$(GIT_REV ) .o
172
172
173
173
bumpversion :
174
- sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline 647d61d.. | wc -l` /;" Makefile
174
+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 647d61d.. | wc -l`/;" Makefile
175
175
176
176
ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
177
177
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.47 "
9
+ yosys_ver = "0.48 "
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