aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-09-08 16:08:55 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-09-08 16:08:55 +0200
commit5ccc941f25059724c9a525e5e5f35bdc8209e72a (patch)
tree915738137ed003a80847d16bea1097bb2d48f4f1
parent406e12d859defcd2088388e74b9cc5b11dae457a (diff)
downloadyosys-5ccc941f25059724c9a525e5e5f35bdc8209e72a.tar.gz
yosys-5ccc941f25059724c9a525e5e5f35bdc8209e72a.tar.bz2
yosys-5ccc941f25059724c9a525e5e5f35bdc8209e72a.zip
Update to latest ABC changes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed4df26dd..62ad798b7 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,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 = aa21961
+ABCREV = ab5b16e
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)