Release version 0.17 yosys-0.17
authorMiodrag Milanovic <mmicko@gmail.com>
Mon, 9 May 2022 08:11:04 +0000 (10:11 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Mon, 9 May 2022 08:11:04 +0000 (10:11 +0200)
CHANGELOG
Makefile

index d3e4d96a2682c624f84ad1bb8e49b253acaa522b..c3e4312aa8d5e6d1b310def162ca530dcbe4b844 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@
 List of major changes and improvements between releases
 =======================================================
 
-Yosys 0.16 .. Yosys 0.16-dev
+Yosys 0.16 .. Yosys 0.17
 --------------------------
  * New commands and options
     - Added "write_jny" ( JSON netlist metadata format )
index 2df16ba589f681672d1d28a4be86579d5854e6f5..17d5d7e8083961d1ca7a29b845b81f3d08ce0a96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -129,12 +129,12 @@ LDFLAGS += -rdynamic
 LDLIBS += -lrt
 endif
 
-YOSYS_VER := 0.16+73
+YOSYS_VER := 0.17
 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 b63e0a0.. | wc -l`/;" Makefile
+#      sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline b63e0a0.. | wc -l`/;" Makefile
 
 # set 'ABCREV = default' to use abc/ as it is
 #