Skip to content

Commit d5aa0ee

Browse files
committed
Yosys 0.4
1 parent acf010d commit d5aa0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ else
4646
LDLIBS += -lrt
4747
endif
4848

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

0 commit comments

Comments
 (0)