diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-07-06 17:45:40 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-07-06 17:45:40 +0200 |
commit | 3049a08912b4da0ac952a111fc4ed0484938ab2b (patch) | |
tree | 0cb40639b3a19c709d1184d5e6f7893c2e3b344e | |
parent | d2ff5d9994f83125578902587bdebd5b749c1beb (diff) | |
download | yosys-3049a08912b4da0ac952a111fc4ed0484938ab2b.tar.gz yosys-3049a08912b4da0ac952a111fc4ed0484938ab2b.tar.bz2 yosys-3049a08912b4da0ac952a111fc4ed0484938ab2b.zip |
Updated ABC
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,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 = 779de2de1481 +ABCREV = c3698e053a7a ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |