diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-02-06 22:18:17 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-02-06 22:18:17 +0100 |
commit | a170d114a53593291b27fe22ce1f92e2fde79e64 (patch) | |
tree | 846ff140e2ff7c1ca259b50dfda3003ba419d6d9 /Makefile | |
parent | 58cb8d65af26275d49d7d7acc381a33fb11e7368 (diff) | |
download | yosys-a170d114a53593291b27fe22ce1f92e2fde79e64.tar.gz yosys-a170d114a53593291b27fe22ce1f92e2fde79e64.tar.bz2 yosys-a170d114a53593291b27fe22ce1f92e2fde79e64.zip |
Updated ABC to rev 10cc13a2a0f1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,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 = e6b09e1 +ABCREV = 10cc13a2a0f1 ABCPULL = 1 -include Makefile.conf |