aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-06-08 10:12:39 +0200
committerClifford Wolf <clifford@clifford.at>2014-06-08 10:12:39 +0200
commit94e9ee6baba2952c8dd055dbab45fb3c9c64121e (patch)
tree5be37ad332ba594fd5acdcef2c3a9bbc52833e14 /Makefile
parent3af7c69d1e3c17d7aaa5d3a7da9f8a2ae12ed9bf (diff)
downloadyosys-94e9ee6baba2952c8dd055dbab45fb3c9c64121e.tar.gz
yosys-94e9ee6baba2952c8dd055dbab45fb3c9c64121e.tar.bz2
yosys-94e9ee6baba2952c8dd055dbab45fb3c9c64121e.zip
Updated ABC to 7600ffb9340c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04bae3cf4..38e404ce0 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,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 = fa4404b395f0
+ABCREV = 7600ffb9340c
ABCPULL = 1
-include Makefile.conf