mirror of https://github.com/YosysHQ/yosys.git
abc: use YosysHQ/abc instead of upstream berkeley-abc/abc
Enabling modifications
This commit is contained in:
parent
868b6b1b0d
commit
a3fa9fd6e9
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue