From: Claire Wolf Date: Fri, 31 Jul 2020 18:57:41 +0000 (+0200) Subject: Bump YOSYS_VER X-Git-Tag: working-ls180~333 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c39ebe6ae0e41cf9a84da852fa3cf9f71937a9b2;p=yosys.git Bump YOSYS_VER Signed-off-by: Claire Wolf --- diff --git a/Makefile b/Makefile index d6b421920..127fd972b 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+2406 +YOSYS_VER := 0.9+3468 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o