aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-02-01 15:51:27 +0100
committerClifford Wolf <clifford@clifford.at>2016-02-01 15:51:27 +0100
commit7ef613ebdf557f0a800cf08103a54f8e96baf33f (patch)
treea2cdcec9f93883e8f6013a4e83f893db83378eb2 /Makefile
parentbd10927f456871a4d69c40c8fff0824ee38a5c08 (diff)
downloadyosys-7ef613ebdf557f0a800cf08103a54f8e96baf33f.tar.gz
yosys-7ef613ebdf557f0a800cf08103a54f8e96baf33f.tar.bz2
yosys-7ef613ebdf557f0a800cf08103a54f8e96baf33f.zip
Updated ABC to hg rev ee212a9e94df
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f4b62b15..c14ac4024 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,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 = c3698e053a7a
+ABCREV = ee212a9e94df
ABCPULL = 1
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"