aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-06-22 14:18:07 +0000
committerwhitequark <whitequark@whitequark.org>2020-06-22 14:18:07 +0000
commit778332384ab53f4d03f0f8f871895140e7eaef23 (patch)
tree92223e0fa46610afc511b82326a8545d270a730e
parent97f3a7fc30b94165c4e2f3c4c741add850b7b675 (diff)
downloadyosys-778332384ab53f4d03f0f8f871895140e7eaef23.tar.gz
yosys-778332384ab53f4d03f0f8f871895140e7eaef23.tar.bz2
yosys-778332384ab53f4d03f0f8f871895140e7eaef23.zip
Update ABC.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51733d404..3d3e60359 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,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 = fd2c9b1
+ABCREV = 341db25
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1