mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +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)
|
# features (the more the better)
|
||||||
ENABLE_TCL := 0
|
ENABLE_TCL := 0
|
||||||
ENABLE_ABC := 0
|
ENABLE_ABC := 1
|
||||||
ENABLE_GLOB := 1
|
ENABLE_GLOB := 1
|
||||||
ENABLE_PLUGINS := 0
|
ENABLE_PLUGINS := 0
|
||||||
ENABLE_READLINE := 0
|
ENABLE_READLINE := 0
|
||||||
|
@ -708,10 +708,10 @@ OBJS += yosys-slang/build/*.o
|
||||||
OBJS += yosys-slang/build/slang*/lib*/*.a
|
OBJS += yosys-slang/build/slang*/lib*/*.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(SMALL),1)
|
|
||||||
|
|
||||||
OBJS += libs/subcircuit/subcircuit.o
|
OBJS += libs/subcircuit/subcircuit.o
|
||||||
|
|
||||||
|
ifneq ($(SMALL),1)
|
||||||
|
|
||||||
include $(YOSYS_SRC)/frontends/*/Makefile.inc
|
include $(YOSYS_SRC)/frontends/*/Makefile.inc
|
||||||
include $(YOSYS_SRC)/passes/*/Makefile.inc
|
include $(YOSYS_SRC)/passes/*/Makefile.inc
|
||||||
include $(YOSYS_SRC)/backends/*/Makefile.inc
|
include $(YOSYS_SRC)/backends/*/Makefile.inc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue