Skip to content

Commit c3c9fbf

Browse files
committed
Yosys 0.5
1 parent 8901f40 commit c3c9fbf

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
@@ -57,7 +57,7 @@ else
5757
LDLIBS += -lrt
5858
endif
5959

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

0 commit comments

Comments
 (0)