mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-02 15:18:07 +00:00
Next dev cycle
This commit is contained in:
parent
7c714b8acc
commit
dbc6911f40
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
List of major changes and improvements between releases
|
List of major changes and improvements between releases
|
||||||
=======================================================
|
=======================================================
|
||||||
|
|
||||||
|
Yosys 0.64 .. Yosys 0.65-dev
|
||||||
|
--------------------------
|
||||||
|
|
||||||
Yosys 0.63 .. Yosys 0.64
|
Yosys 0.63 .. Yosys 0.64
|
||||||
--------------------------
|
--------------------------
|
||||||
* New commands and options
|
* New commands and options
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -170,7 +170,7 @@ ifneq (, $(shell git rev-parse --git-dir 2>/dev/null))
|
||||||
YOSYS_VER := $(YOSYS_VER)+$(GIT_COMMIT_COUNT)
|
YOSYS_VER := $(YOSYS_VER)+$(GIT_COMMIT_COUNT)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
# YOSYS_VER := $(YOSYS_VER)+post
|
YOSYS_VER := $(YOSYS_VER)+post
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue