aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-29 12:20:35 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-29 12:20:35 +0100
commit7da7a6d1df5bc1461ed3c15557463d221e90f434 (patch)
tree9751bcdb3869307c5393e6ebb9aef1a4a8c99f50
parent219894839816eeeb2c62de313fbb10d2c9d85179 (diff)
downloadyosys-7da7a6d1df5bc1461ed3c15557463d221e90f434.tar.gz
yosys-7da7a6d1df5bc1461ed3c15557463d221e90f434.tar.bz2
yosys-7da7a6d1df5bc1461ed3c15557463d221e90f434.zip
Updated ABC to hg id 8c6a635f7a20
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6dbdfb71..edfe03125 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,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 = f591c081d5e7
+ABCREV = 8c6a635f7a20
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"