diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-02-05 20:04:17 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-02-05 20:04:17 +0100 |
commit | 19303f63925eef95138c76cddc4e5ef0673b3a47 (patch) | |
tree | 0a5dffefa04f01c9fd1336de86d1c417b717e316 | |
parent | 1064c8f61ffe81db10ddae365f2478db513a19a4 (diff) | |
download | yosys-19303f63925eef95138c76cddc4e5ef0673b3a47.tar.gz yosys-19303f63925eef95138c76cddc4e5ef0673b3a47.tar.bz2 yosys-19303f63925eef95138c76cddc4e5ef0673b3a47.zip |
Update ABC to hg rev a2fcd1cc61a6
-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 = fe96921e5d50 +ABCREV = a2fcd1cc61a6 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |