mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Improvements in ABCEXTERNAL handling
This commit is contained in:
parent
b471a32ec3
commit
bb9374b67c
3 changed files with 18 additions and 11 deletions
4
Makefile
4
Makefile
|
@ -82,7 +82,7 @@ ABCREV = ae7d65e71adc
|
|||
ABCPULL = 1
|
||||
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.
|
||||
ABCEXTERNAL =
|
||||
|
||||
|
@ -210,8 +210,6 @@ ifeq ($(ENABLE_ABC),1)
|
|||
CXXFLAGS += -DYOSYS_ENABLE_ABC
|
||||
ifeq ($(ABCEXTERNAL),)
|
||||
TARGETS += yosys-abc$(EXE)
|
||||
else
|
||||
CXXFLAGS += -DYOSYS_ABC_EXE=\"$(ABCEXTERNAL)\"
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue