Yosys x.y.z yosys-0.10
authorClaire Xenia Wolf <claire@clairexen.net>
Mon, 27 Sep 2021 14:07:30 +0000 (16:07 +0200)
committerClaire Xenia Wolf <claire@clairexen.net>
Mon, 27 Sep 2021 14:07:30 +0000 (16:07 +0200)
CHANGELOG
Makefile

index ab41d689d6b72bfdd63cd2d01989e054de5f12d5..a075537cfe28ea94da2e25744bdefc7faaf982cf 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,8 +3,8 @@ List of major changes and improvements between releases
 =======================================================
 
 
-Yosys 0.9 .. Yosys 0.9-dev
---------------------------
+Yosys 0.9 .. Yosys 0.10.0
+-------------------------
 
  * Various
     - Added automatic gzip decompression for frontends
index 5b7dd169cb521c74858f79e0edde4379dbfdbb02..ce6d8d9f98ba7875b509ada37cf6ded6801c1693 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -127,12 +127,12 @@ LDFLAGS += -rdynamic
 LDLIBS += -lrt
 endif
 
-YOSYS_VER := 0.9+4313
+YOSYS_VER := 0.10.0
 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
 OBJS = kernel/version_$(GIT_REV).o
 
 bumpversion:
-       sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 8a4c6e6.. | wc -l`/;" Makefile
+       sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 8a4c6e6.. | wc -l`/;" Makefile
 
 # set 'ABCREV = default' to use abc/ as it is
 #