diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-02-26 16:55:21 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-02-26 16:55:21 +0100 |
commit | 5869d26da02147741f783a2f379fd49194c7e1ad (patch) | |
tree | 33ea5d04652d69069b20bb2f9968edf551ea0158 | |
parent | 22c549ab37233eedf783f130a3dbd91749d98222 (diff) | |
download | yosys-5869d26da02147741f783a2f379fd49194c7e1ad.tar.gz yosys-5869d26da02147741f783a2f379fd49194c7e1ad.tar.bz2 yosys-5869d26da02147741f783a2f379fd49194c7e1ad.zip |
Yosys 0.6
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ else LDLIBS += -lrt endif -YOSYS_VER := 0.5+$(shell cd $(YOSYS_SRC) && test -d .git && { git log --author=clifford@clifford.at --oneline c3c9fbfb8c678.. | wc -l; }) +YOSYS_VER := 0.6 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |