3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-07 12:32:25 +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
commit 0d954f2f4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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