aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-23 01:48:08 +0000
committerCatherine <whitequark@whitequark.org>2023-02-23 01:48:21 +0000
commit5d9bd0af9296fd143cae98e683743cc42242ff94 (patch)
tree62fbf49c6042d2ef76314b810b088d9684703fcf
parent0f2d226ae971dc0b8de1be4514c49fbc5cfdbea2 (diff)
downloadyosys-5d9bd0af9296fd143cae98e683743cc42242ff94.tar.gz
yosys-5d9bd0af9296fd143cae98e683743cc42242ff94.tar.bz2
yosys-5d9bd0af9296fd143cae98e683743cc42242ff94.zip
Update abc.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44a59c8c2..2b5f2c079 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,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 = a8f0ef2
+ABCREV = 2c1c83f
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)