File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-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.59 .. Yosys 0.60-dev
5+ Yosys 0.59 .. Yosys 0.60
66--------------------------
7+ * Various
8+ - read_verilog: suport unsized parameters.
9+ - Added static library compile option.
10+
11+ * New commands and options
12+ - Added "sdc" pass for reading SDC files.
13+ - Added experimental "sdc_expand" and "opensta" for OpenSTA integration.
14+ - Added "icell_liberty" pass for used internal cells.
715
816Yosys 0.58 .. Yosys 0.59
917--------------------------
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ ifeq ($(OS), Haiku)
162162CXXFLAGS += -D_DEFAULT_SOURCE
163163endif
164164
165- YOSYS_VER := 0.59+134
165+ YOSYS_VER := 0.60
166166YOSYS_MAJOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f1)
167167YOSYS_MINOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f2 | cut -d'+' -f1)
168168YOSYS_COMMIT := $(shell echo $(YOSYS_VER ) | cut -d'+' -f2)
@@ -185,7 +185,7 @@ endif
185185OBJS = kernel/version_$(GIT_REV ) .o
186186
187187bumpversion :
188- sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline 03eb220.. | wc -l` /;" Makefile
188+ # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 03eb220.. | wc -l`/;" Makefile
189189
190190ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
191191
Original file line number Diff line number Diff line change 66project = 'YosysHQ Yosys'
77author = 'YosysHQ GmbH'
88copyright = '2025 YosysHQ GmbH'
9- yosys_ver = "0.59 "
9+ yosys_ver = "0.60 "
1010
1111# select HTML theme
1212html_theme = 'furo-ys'
You can’t perform that action at this time.
0 commit comments