aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2022-02-15 20:51:54 +0100
committerGitHub <noreply@github.com>2022-02-15 20:51:54 +0100
commitc9a32c0d92adf9bd8824f9cc0158349caba50bbe (patch)
tree4fd6e0bc0b97e0830e179c029a7a081cf1fa54ed
parent426f89fc6f8c3aecfbbe22020ad79275071f9314 (diff)
parent3bae2705fc5d1e07aa2094c91537a9f3ee8d6320 (diff)
downloadyosys-c9a32c0d92adf9bd8824f9cc0158349caba50bbe.tar.gz
yosys-c9a32c0d92adf9bd8824f9cc0158349caba50bbe.tar.bz2
yosys-c9a32c0d92adf9bd8824f9cc0158349caba50bbe.zip
Merge pull request #3204 from YosysHQ/claire/update-abc
Bump ABC version
-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)