From: Clifford Wolf Date: Mon, 6 Jul 2015 15:45:40 +0000 (+0200) Subject: Updated ABC X-Git-Tag: yosys-0.6~230 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3049a08912b4da0ac952a111fc4ed0484938ab2b;p=yosys.git Updated ABC --- diff --git a/Makefile b/Makefile index 25216369a..efbca7194 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,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 = 779de2de1481 +ABCREV = c3698e053a7a ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"