aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-06 16:20:58 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-06 16:20:58 -0800
commit3753760971fc9cec9c09d7000e03afd3bcafe6e3 (patch)
tree414d402e14a5540a8654ad52cc29ba058bd181fe
parent66698cb6fd0e33a27197b7412e094dc77363b5e5 (diff)
downloadyosys-3753760971fc9cec9c09d7000e03afd3bcafe6e3.tar.gz
yosys-3753760971fc9cec9c09d7000e03afd3bcafe6e3.tar.bz2
yosys-3753760971fc9cec9c09d7000e03afd3bcafe6e3.zip
Bump ABCREV
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7319796b..6a8051b65 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ bumpversion:
# 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 = f6dc4a5
+ABCREV = 1485e63
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1