diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-12-29 12:20:35 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-12-29 12:20:35 +0100 |
commit | 7da7a6d1df5bc1461ed3c15557463d221e90f434 (patch) | |
tree | 9751bcdb3869307c5393e6ebb9aef1a4a8c99f50 | |
parent | 219894839816eeeb2c62de313fbb10d2c9d85179 (diff) | |
download | yosys-7da7a6d1df5bc1461ed3c15557463d221e90f434.tar.gz yosys-7da7a6d1df5bc1461ed3c15557463d221e90f434.tar.bz2 yosys-7da7a6d1df5bc1461ed3c15557463d221e90f434.zip |
Updated ABC to hg id 8c6a635f7a20
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,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 = f591c081d5e7 +ABCREV = 8c6a635f7a20 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |