Skip to content

Commit

Permalink
Yosys 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordwolf committed Nov 8, 2014
1 parent acf010d commit d5aa0ee
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 @@ -46,7 +46,7 @@ else
LDLIBS += -lrt
endif

YOSYS_VER := 0.3.0+$(shell test -d .git && { git log [email protected] --oneline ca125bf41.. | wc -l; })
YOSYS_VER := 0.4
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 d5aa0ee

Please sign in to comment.