File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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.54 .. Yosys 0.55-dev
6+ --------------------------
7+
58Yosys 0.53 .. Yosys 0.54
69--------------------------
710 * New commands and options
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ ifeq ($(OS), Haiku)
160160CXXFLAGS += -D_DEFAULT_SOURCE
161161endif
162162
163- YOSYS_VER := 0.54
163+ YOSYS_VER := 0.54+0
164164YOSYS_MAJOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f1)
165165YOSYS_MINOR := $(shell echo $(YOSYS_VER ) | cut -d'.' -f2 | cut -d'+' -f1)
166166YOSYS_COMMIT := $(shell echo $(YOSYS_VER ) | cut -d'+' -f2)
@@ -183,7 +183,7 @@ endif
183183OBJS = kernel/version_$(GIT_REV ) .o
184184
185185bumpversion :
186- # sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 53c22ab .. | wc -l`/;" Makefile
186+ sed -i " /^YOSYS_VER := / s/+[0-9][0-9]*$$ /+` git log --oneline db72ec3 .. | wc -l` /;" Makefile
187187
188188ABCMKARGS = CC="$(CXX ) " CXX="$(CXX ) " ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q )
189189
You can’t perform that action at this time.
0 commit comments