aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-05-30 13:04:40 +0200
committerClifford Wolf <clifford@clifford.at>2018-05-30 13:10:10 +0200
commita77e27ab1579ed0f89bff898d0a0ea7ae0c13701 (patch)
tree73c3988ce1874da7def6ca09e6fc716abd64f570
parentcee4b1e6bc11fff1d2d97985a96e6990afc57950 (diff)
downloadyosys-a77e27ab1579ed0f89bff898d0a0ea7ae0c13701.tar.gz
yosys-a77e27ab1579ed0f89bff898d0a0ea7ae0c13701.tar.bz2
yosys-a77e27ab1579ed0f89bff898d0a0ea7ae0c13701.zip
Update ABC to git rev 6df1396
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef838624a..2db6612a7 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,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 = f23ea8e
+ABCREV = 6df1396
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1