From: Eddie Hung Date: Wed, 29 May 2019 23:34:43 +0000 (-0700) Subject: Bump ABC X-Git-Tag: working-ls180~1208^2~242 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e75abf8706971e115166cdc82435201d7a59b1e;p=yosys.git Bump ABC --- diff --git a/Makefile b/Makefile index 05b28f33d..377a5f6b5 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,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 = 3709744 +ABCREV = 62487de ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1