aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-02-05 20:04:17 +0100
committerClifford Wolf <clifford@clifford.at>2017-02-05 20:04:17 +0100
commit19303f63925eef95138c76cddc4e5ef0673b3a47 (patch)
tree0a5dffefa04f01c9fd1336de86d1c417b717e316
parent1064c8f61ffe81db10ddae365f2478db513a19a4 (diff)
downloadyosys-19303f63925eef95138c76cddc4e5ef0673b3a47.tar.gz
yosys-19303f63925eef95138c76cddc4e5ef0673b3a47.tar.bz2
yosys-19303f63925eef95138c76cddc4e5ef0673b3a47.zip
Update ABC to hg rev a2fcd1cc61a6
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d247a4ca..320eec018 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 = fe96921e5d50
+ABCREV = a2fcd1cc61a6
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"