diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-12-23 05:10:37 -0800 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-12-23 05:10:37 -0800 |
commit | 9f69a70d746e7907eed494941bc89a18159caa1b (patch) | |
tree | a0e70a25f3b4090912866264431662de67e1f226 /Makefile | |
parent | ada98844b93e29fcbcfada02f89b2882d73182f1 (diff) | |
parent | 33a22f8768ee05325f87258fe09c21c648553747 (diff) | |
download | yosys-9f69a70d746e7907eed494941bc89a18159caa1b.tar.gz yosys-9f69a70d746e7907eed494941bc89a18159caa1b.tar.bz2 yosys-9f69a70d746e7907eed494941bc89a18159caa1b.zip |
Merge https://github.com/cliffordwolf/yosys
Diffstat (limited to 'Makefile')
-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 = 8b555d9e67cf +ABCREV = a4872e22c646 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |