aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-07 15:43:22 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-07 15:43:22 -0800
commit2ca8c10e7a39c1924aa918d0f8235966d6cd3307 (patch)
treec39cc3d0ec1cecfd90bf168ebd5cf70c05b09239 /Makefile
parent8f5388ea5b88d4e848b1110fed2abf7544440185 (diff)
parent66b0f3c406fca11d789b26d85dd27660eacee26c (diff)
downloadyosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.tar.gz
yosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.tar.bz2
yosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.zip
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7319796b..fd95219ee 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 = f6dc4a5
+ABCREV = 144c5be
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1