diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-06-08 10:12:39 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-06-08 10:12:39 +0200 |
commit | 94e9ee6baba2952c8dd055dbab45fb3c9c64121e (patch) | |
tree | 5be37ad332ba594fd5acdcef2c3a9bbc52833e14 | |
parent | 3af7c69d1e3c17d7aaa5d3a7da9f8a2ae12ed9bf (diff) | |
download | yosys-94e9ee6baba2952c8dd055dbab45fb3c9c64121e.tar.gz yosys-94e9ee6baba2952c8dd055dbab45fb3c9c64121e.tar.bz2 yosys-94e9ee6baba2952c8dd055dbab45fb3c9c64121e.zip |
Updated ABC to 7600ffb9340c
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |