From: Eddie Hung Date: Thu, 16 Apr 2020 15:01:26 +0000 (-0700) Subject: abc: use YosysHQ/abc instead of upstream berkeley-abc/abc X-Git-Tag: working-ls180~583^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3fa9fd6e94786119c21915772fde794930c924f;p=yosys.git abc: use YosysHQ/abc instead of upstream berkeley-abc/abc Enabling modifications --- diff --git a/Makefile b/Makefile index b3cfd71f9..da8701355 100644 --- a/Makefile +++ b/Makefile @@ -133,9 +133,9 @@ 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 = ed90ce2 +ABCREV = d14acd8 ABCPULL = 1 -ABCURL ?= https://github.com/berkeley-abc/abc +ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 # set ABCEXTERNAL = to use an external ABC instance