aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJannis Harder <me@jix.one>2022-08-05 15:22:56 +0200
committerJannis Harder <me@jix.one>2022-08-16 13:37:30 +0200
commit927af914f11f895d10475917d5c0b06261703362 (patch)
tree3a9350aaa3ea8dcfbe4b77d7ed5d2674df87d7d8 /Makefile
parent4ad13c647e2789268aed06d528bc2a40c6196133 (diff)
downloadyosys-927af914f11f895d10475917d5c0b06261703362.tar.gz
yosys-927af914f11f895d10475917d5c0b06261703362.tar.bz2
yosys-927af914f11f895d10475917d5c0b06261703362.zip
Update CEX minimization patches for abc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3a466a5e..4342882c3 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 = 7cc11f7
+ABCREV = 20f970f
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)