diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-12-31 14:39:02 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-12-31 14:39:02 +0100 |
commit | 1cd975ef8de889bf7f51ea108fcb8df878c906df (patch) | |
tree | fd21c2652e6a95b2b3ae1243f2d931e43d0858ed | |
parent | be5dab87fd49f0095678d7b69d35a8456a641178 (diff) | |
download | yosys-1cd975ef8de889bf7f51ea108fcb8df878c906df.tar.gz yosys-1cd975ef8de889bf7f51ea108fcb8df878c906df.tar.bz2 yosys-1cd975ef8de889bf7f51ea108fcb8df878c906df.zip |
Updated ABC to hg rev 57517e81666b
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |