aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-06 15:02:44 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-06 15:02:44 -0800
commit98ee8c14df763973d47c8c952d462eb9407f6787 (patch)
tree2a91632d31dab23188d6cb1b4bef16b47518cbe4 /Makefile
parent6728a62d92bc710002cdb2d7270ffac49e09e0d1 (diff)
parent66698cb6fd0e33a27197b7412e094dc77363b5e5 (diff)
downloadyosys-98ee8c14df763973d47c8c952d462eb9407f6787.tar.gz
yosys-98ee8c14df763973d47c8c952d462eb9407f6787.tar.bz2
yosys-98ee8c14df763973d47c8c952d462eb9407f6787.zip
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a3332af9..d7319796b 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 = c4b12fa
+ABCREV = f6dc4a5
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1