3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-01 03:41:22 +00:00
This commit is contained in:
Akash Levy 2024-10-30 00:38:15 -07:00
parent b4d7812662
commit 0a2ad64147

View file

@ -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