aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-12 08:52:46 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-12 08:52:46 -0700
commit513c962a71b7ff08c037e8590d26b9b09603dfb4 (patch)
treec46b5e6f6f0f94a55f6601193f98b3ca9d83ff50 /Makefile
parentf7a9769c140f6a56e51d7384dfd8e76bf2aef66d (diff)
parent1e838a8913afa36a57d425f26ea881f5071b8b5d (diff)
downloadyosys-513c962a71b7ff08c037e8590d26b9b09603dfb4.tar.gz
yosys-513c962a71b7ff08c037e8590d26b9b09603dfb4.tar.bz2
yosys-513c962a71b7ff08c037e8590d26b9b09603dfb4.zip
Merge remote-tracking branch 'origin/xc7mux' into xaig
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76dac48a5..fb0eaf14d 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 = 3709744
+ABCREV = 62487de
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1