Updated ABC to hg rev 57517e81666b
authorClifford Wolf <clifford@clifford.at>
Tue, 31 Dec 2013 13:39:02 +0000 (14:39 +0100)
committerClifford Wolf <clifford@clifford.at>
Tue, 31 Dec 2013 13:39:02 +0000 (14:39 +0100)
Makefile

index 2590033a6e3bd55339c8bb703d99f7d0286eb2ac..525d85132a9e8784472788cd0fb8a0d3767f61cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,13 +31,13 @@ YOSYS_VER := 0.1.0+
 GIT_REV := $(shell git rev-parse --short HEAD || echo UNKOWN)
 OBJS = kernel/version_$(GIT_REV).o
 
-# set 'ABC = default' to use abc/ as it is
+# set 'ABCREV = default' to use abc/ as it is
 #
 # Note: If you do ABC development, make sure that 'abc' in this directory
 # 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 = 9241719523f6
+ABCREV = 57517e81666b
 ABCPULL = 1
 
 -include Makefile.conf