aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-02 15:57:35 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-02 15:57:35 -0800
commitc28bea0382c07ea63709c33be4318d5012b9d281 (patch)
treee1d88f4b3cbf6df4df7d4035bd1b65290ae3d6cc /Makefile
parent5f970863023881caaa3a64120a0f767386d35d62 (diff)
parent6e866030c286d70f6ccff805e58b1fdd9a1a322b (diff)
downloadyosys-c28bea0382c07ea63709c33be4318d5012b9d281.tar.gz
yosys-c28bea0382c07ea63709c33be4318d5012b9d281.tar.bz2
yosys-c28bea0382c07ea63709c33be4318d5012b9d281.zip
Merge remote-tracking branch 'origin/xaig_dff' 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 2a3332af9..d7319796b 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 = c4b12fa
+ABCREV = f6dc4a5
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1