diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-01-08 11:57:52 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-01-08 11:57:52 +0100 |
commit | 8012de40b9444780089b71a0edda9a11737999c7 (patch) | |
tree | 843a32be64cc61ba8cefb74039689ad480736333 | |
parent | 2d32c6c4f61052254df32bc7942e4339dd59acaa (diff) | |
download | yosys-8012de40b9444780089b71a0edda9a11737999c7.tar.gz yosys-8012de40b9444780089b71a0edda9a11737999c7.tar.bz2 yosys-8012de40b9444780089b71a0edda9a11737999c7.zip |
Updated ABC to hg id 38b26a543f1d
-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 = 55cd83f432c0 +ABCREV = 38b26a543f1d ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |