diff options
author | Claire Wolf <claire@symbioticeda.com> | 2020-07-31 20:57:41 +0200 |
---|---|---|
committer | Claire Wolf <claire@symbioticeda.com> | 2020-07-31 20:57:41 +0200 |
commit | c39ebe6ae0e41cf9a84da852fa3cf9f71937a9b2 (patch) | |
tree | 598b0b4a3fd70bef5bbcca3d2da16f134d2e18ac /Makefile | |
parent | 18ad56ef416437f60d166919c1e439a234953e32 (diff) | |
download | yosys-c39ebe6ae0e41cf9a84da852fa3cf9f71937a9b2.tar.gz yosys-c39ebe6ae0e41cf9a84da852fa3cf9f71937a9b2.tar.bz2 yosys-c39ebe6ae0e41cf9a84da852fa3cf9f71937a9b2.zip |
Bump YOSYS_VER
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |