aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-05-29 16:34:43 -0700
committerEddie Hung <eddie@fpgeh.com>2019-05-29 16:34:43 -0700
commit5e75abf8706971e115166cdc82435201d7a59b1e (patch)
tree03cd97eb04845e20ec4400b785a1e50da7961d2e /Makefile
parent25befbf5425458cf8cc5ee89635ad7e5f42d5778 (diff)
downloadyosys-5e75abf8706971e115166cdc82435201d7a59b1e.tar.gz
yosys-5e75abf8706971e115166cdc82435201d7a59b1e.tar.bz2
yosys-5e75abf8706971e115166cdc82435201d7a59b1e.zip
Bump ABC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05b28f33d..377a5f6b5 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,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