mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-01 03:41:22 +00:00
Makefile
This commit is contained in:
parent
b4d7812662
commit
0a2ad64147
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -10,7 +10,7 @@ CONFIG := none
|
|||
|
||||
# features (the more the better)
|
||||
ENABLE_TCL := 0
|
||||
ENABLE_ABC := 0
|
||||
ENABLE_ABC := 1
|
||||
ENABLE_GLOB := 1
|
||||
ENABLE_PLUGINS := 0
|
||||
ENABLE_READLINE := 0
|
||||
|
@ -708,10 +708,10 @@ OBJS += yosys-slang/build/*.o
|
|||
OBJS += yosys-slang/build/slang*/lib*/*.a
|
||||
endif
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
|
||||
OBJS += libs/subcircuit/subcircuit.o
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
|
||||
include $(YOSYS_SRC)/frontends/*/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/*/Makefile.inc
|
||||
include $(YOSYS_SRC)/backends/*/Makefile.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue