Skip to content

Commit

Permalink
Yosys 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordwolf committed Feb 9, 2015
1 parent 8901f40 commit c3c9fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ else
LDLIBS += -lrt
endif

YOSYS_VER := 0.4+$(shell test -d .git && { git log [email protected] --oneline d5aa0ee158b41.. | wc -l; })
YOSYS_VER := 0.5
GIT_REV := $(shell git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
OBJS = kernel/version_$(GIT_REV).o

Expand Down

0 comments on commit c3c9fbf

Please sign in to comment.