abc: use YosysHQ/abc instead of upstream berkeley-abc/abc
authorEddie Hung <eddie@fpgeh.com>
Thu, 16 Apr 2020 15:01:26 +0000 (08:01 -0700)
committerEddie Hung <eddie@fpgeh.com>
Mon, 27 Apr 2020 19:03:40 +0000 (12:03 -0700)
Enabling modifications

Makefile

index b3cfd71f9ec29f51df7828a80ebe5fd29e9baa67..da8701355406bf5ca7e4b572648e2e272e0a783c 100644 (file)
--- 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