Skip to content

Commit 5706e90

Browse files
committed
Yosys 0.8
Signed-off-by: Clifford Wolf <[email protected]>
1 parent 5007267 commit 5706e90

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
@@ -99,7 +99,7 @@ LDFLAGS += -rdynamic
9999
LDLIBS += -lrt
100100
endif
101101

102-
YOSYS_VER := 0.7+$(shell cd $(YOSYS_SRC) && test -e .git && { git log [email protected] --oneline 61f6811.. | wc -l; })
102+
YOSYS_VER := 0.8
103103
GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN)
104104
OBJS = kernel/version_$(GIT_REV).o
105105

0 commit comments

Comments
 (0)