X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=ef928a093316043b0605a74065c72a7b4b897232;hb=11e75bc27ceacb909c31fc201110f78ee995f979;hp=1a73e726f10a897d3ce539364dd233537b571359;hpb=d23260d381a1b58ff7f0a0ce65e1884e2ceaa05d;p=yosys.git diff --git a/Makefile b/Makefile index 1a73e726f..ef928a093 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.16+34 +YOSYS_VER := 0.16+63 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o @@ -142,7 +142,7 @@ bumpversion: # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = 00b674d +ABCREV = 3da9357 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q)