aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-08 18:30:20 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-08 18:30:20 -0800
commit57f6826e29752d77fb1a9052b4d9bbc0e2450dd8 (patch)
tree31e5790bb6ac012d89364ce200f34e362586c8ac /Makefile
parent020606f81c39df234d7a3f5e3e605e5f27422d87 (diff)
parent8a47e6ddfdb49ec172f783621a64b3a8906ff5d6 (diff)
downloadyosys-57f6826e29752d77fb1a9052b4d9bbc0e2450dd8.tar.gz
yosys-57f6826e29752d77fb1a9052b4d9bbc0e2450dd8.tar.bz2
yosys-57f6826e29752d77fb1a9052b4d9bbc0e2450dd8.zip
Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_required
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a85f6350c..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 = 623b5e8
+ABCREV = 144c5be
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1