1
0
mirror of synced 2026-04-06 14:47:41 +00:00

Merge pull request #5498 from YosysHQ/krys/check_enable_abc

Check ENABLE_ABC validity
This commit is contained in:
Miodrag Milanović
2025-11-24 08:09:45 +01:00
committed by GitHub

View File

@@ -474,6 +474,9 @@ else
ifeq ($(ABCEXTERNAL),)
TARGETS := $(PROGRAM_PREFIX)yosys-abc$(EXE) $(TARGETS)
endif
ifeq ($(DISABLE_SPAWN),1)
$(error ENABLE_ABC=1 requires either LINK_ABC=1 or DISABLE_SPAWN=0)
endif
endif
endif