aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-02-15 18:44:05 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-02-15 18:44:05 +0100
commit3bae2705fc5d1e07aa2094c91537a9f3ee8d6320 (patch)
tree4fd6e0bc0b97e0830e179c029a7a081cf1fa54ed /Makefile
parent426f89fc6f8c3aecfbbe22020ad79275071f9314 (diff)
downloadyosys-3bae2705fc5d1e07aa2094c91537a9f3ee8d6320.tar.gz
yosys-3bae2705fc5d1e07aa2094c91537a9f3ee8d6320.tar.bz2
yosys-3bae2705fc5d1e07aa2094c91537a9f3ee8d6320.zip
Bump ABC version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7bc1ae61..ce6a32b1f 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,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 = f6fa2dd
+ABCREV = b4790a6
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q)