mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Compile abc9
This commit is contained in:
parent
edf7267019
commit
5a0a5aae4f
2 changed files with 9 additions and 8 deletions
|
@ -7,6 +7,7 @@ OBJS += passes/techmap/libparse.o
|
|||
|
||||
ifeq ($(ENABLE_ABC),1)
|
||||
OBJS += passes/techmap/abc.o
|
||||
OBJS += passes/techmap/abc9.o
|
||||
ifneq ($(ABCEXTERNAL),)
|
||||
passes/techmap/abc.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue