mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #246 from set-soft/abc_external_ovr
Allow to overwrite ABCEXTERNAL from the environment.
This commit is contained in:
commit
3c42462aa1
2
Makefile
2
Makefile
|
@ -89,7 +89,7 @@ ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"
|
||||||
|
|
||||||
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
|
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
|
||||||
# Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.
|
# Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.
|
||||||
ABCEXTERNAL =
|
ABCEXTERNAL ?=
|
||||||
|
|
||||||
define newline
|
define newline
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue