From: whitequark Date: Mon, 22 Jun 2020 14:18:07 +0000 (+0000) Subject: Update ABC. X-Git-Tag: working-ls180~454^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=778332384ab53f4d03f0f8f871895140e7eaef23;p=yosys.git Update ABC. --- diff --git a/Makefile b/Makefile index 51733d404..3d3e60359 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,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 = fd2c9b1 +ABCREV = 341db25 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1