From: Clifford Wolf Date: Thu, 18 Apr 2019 16:51:36 +0000 (+0200) Subject: Update to ABC 3709744 X-Git-Tag: yosys-0.9~194 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6253244899760e580fd822f3017259f8f15a45c;p=yosys.git Update to ABC 3709744 Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index f705db9ec..4f47d8abb 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ OBJS = kernel/version_$(GIT_REV).o # 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 = d1b6413 +ABCREV = 3709744 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1