aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-06-22 17:01:59 +0000
committerGitHub <noreply@github.com>2020-06-22 17:01:59 +0000
commit8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd (patch)
tree92223e0fa46610afc511b82326a8545d270a730e
parent97f3a7fc30b94165c4e2f3c4c741add850b7b675 (diff)
parent778332384ab53f4d03f0f8f871895140e7eaef23 (diff)
downloadyosys-8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd.tar.gz
yosys-8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd.tar.bz2
yosys-8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd.zip
Merge pull request #2182 from whitequark/update-abc
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