aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-03-11 06:31:06 -0700
committerGitHub <noreply@github.com>2020-03-11 06:31:06 -0700
commitd624a11dd19321cba03c1b5c474a9827171657d6 (patch)
tree0c0b835a0c0699a7f725c4a3a74222f83c2e7405
parentf2550d45ff53c5d430d3be172e6266240db22e6d (diff)
parent7a89ed1fa2843b210e5fea9e64eb90ce8e23449c (diff)
downloadyosys-d624a11dd19321cba03c1b5c474a9827171657d6.tar.gz
yosys-d624a11dd19321cba03c1b5c474a9827171657d6.tar.bz2
yosys-d624a11dd19321cba03c1b5c474a9827171657d6.zip
Merge pull request #1744 from YosysHQ/eddie/fix1675
Bump ABCREV to receive fix for #1675
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9dfd9df0..864be3c2e 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,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 = 71f2b40
+ABCREV = ed90ce2
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1