mirror of https://github.com/YosysHQ/yosys.git
Now we are in Yoys 0.3.0+ development
This commit is contained in:
parent
ca125bf41b
commit
9a6cd64fc2
|
@ -3,6 +3,12 @@ List of changes and major improvements between releases
|
||||||
=======================================================
|
=======================================================
|
||||||
|
|
||||||
|
|
||||||
|
Yosys 0.3.0 .. Yoys 0.3.0+
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
... TBD ...
|
||||||
|
|
||||||
|
|
||||||
Yosys 0.2.0 .. Yoys 0.3.0
|
Yosys 0.2.0 .. Yoys 0.3.0
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ else
|
||||||
LDLIBS += -lrt
|
LDLIBS += -lrt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
YOSYS_VER := 0.3.0
|
YOSYS_VER := 0.3.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