aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2022-04-18 09:49:21 +0200
committerGitHub <noreply@github.com>2022-04-18 09:49:21 +0200
commitc3a3f68b4de5487d5b16b99972f76e48d4bf48b7 (patch)
tree5c286fdb8eb846226123dfa31f268339b10857c4 /Makefile
parent1cc281ca6fc4035a8f48fd7b7a0289cb580c3f4c (diff)
parent2610b0403327ebb93ea185be0e48d909a1856130 (diff)
downloadyosys-c3a3f68b4de5487d5b16b99972f76e48d4bf48b7.tar.gz
yosys-c3a3f68b4de5487d5b16b99972f76e48d4bf48b7.tar.bz2
yosys-c3a3f68b4de5487d5b16b99972f76e48d4bf48b7.zip
Merge pull request #3280 from YosysHQ/micko/fix_readaiw
Fix reading aiw from other solvers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a73e726f..44ce248cc 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 = 00b674d
+ABCREV = 3da9357
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q)