mirror of https://github.com/YosysHQ/yosys.git
Now we are in Yoys 0.2.0+ development
This commit is contained in:
parent
c05c3098f1
commit
b0ae19fa92
10
CHANGELOG
10
CHANGELOG
|
@ -1,6 +1,12 @@
|
||||||
|
|
||||||
List of incompatible changes and major milestones between releases
|
List of changes and major improvements between releases
|
||||||
==================================================================
|
=======================================================
|
||||||
|
|
||||||
|
|
||||||
|
Yosys 0.2.0 .. Yoys 0.2.0+
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
... TBD ...
|
||||||
|
|
||||||
|
|
||||||
Yosys 0.1.0 .. Yoys 0.2.0
|
Yosys 0.1.0 .. Yoys 0.2.0
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ LDFLAGS = -rdynamic
|
||||||
LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt
|
LDLIBS = -lstdc++ -lreadline -lm -ldl -lrt
|
||||||
QMAKE = qmake-qt4
|
QMAKE = qmake-qt4
|
||||||
|
|
||||||
YOSYS_VER := 0.2.0
|
YOSYS_VER := 0.2.0+
|
||||||
GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
|
GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
|
||||||
OBJS = kernel/version_$(GIT_REV).o
|
OBJS = kernel/version_$(GIT_REV).o
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue