aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-04-16 08:01:26 -0700
committerEddie Hung <eddie@fpgeh.com>2020-04-27 12:03:40 -0700
commita3fa9fd6e94786119c21915772fde794930c924f (patch)
treefead5c8e33c00efc3ad96ec836806934ad1a31c4
parent868b6b1b0dfa7ca1f10392678d7c3c29db37c60d (diff)
downloadyosys-a3fa9fd6e94786119c21915772fde794930c924f.tar.gz
yosys-a3fa9fd6e94786119c21915772fde794930c924f.tar.bz2
yosys-a3fa9fd6e94786119c21915772fde794930c924f.zip
abc: use YosysHQ/abc instead of upstream berkeley-abc/abc
Enabling modifications
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3cfd71f9..da8701355 100644
--- a/Makefile
+++ b/Makefile
@@ -133,9 +133,9 @@ 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 = ed90ce2
+ABCREV = d14acd8
ABCPULL = 1
-ABCURL ?= https://github.com/berkeley-abc/abc
+ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1
# set ABCEXTERNAL = <abc-command> to use an external ABC instance