aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-25 10:44:20 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-25 10:44:20 -0700
commit297a9802122817e143b1e4b87fd0d4e357606a72 (patch)
tree896e6da864b170e83c2688b145ce3e5af2e259db
parent280288a62abb97b4ffe8e3bc56896811f291bab5 (diff)
downloadyosys-297a9802122817e143b1e4b87fd0d4e357606a72.tar.gz
yosys-297a9802122817e143b1e4b87fd0d4e357606a72.tar.bz2
yosys-297a9802122817e143b1e4b87fd0d4e357606a72.zip
Bump abc to fix &mfs bug
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d33f27b63..3bc119800 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,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 = 62487de
+ABCREV = 5776ad0
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1