mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-05 06:56:11 +00:00
Merge pull request #5498 from YosysHQ/krys/check_enable_abc
Check ENABLE_ABC validity
This commit is contained in:
commit
0d954f2f4c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -474,6 +474,9 @@ else
|
||||||
ifeq ($(ABCEXTERNAL),)
|
ifeq ($(ABCEXTERNAL),)
|
||||||
TARGETS := $(PROGRAM_PREFIX)yosys-abc$(EXE) $(TARGETS)
|
TARGETS := $(PROGRAM_PREFIX)yosys-abc$(EXE) $(TARGETS)
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(DISABLE_SPAWN),1)
|
||||||
|
$(error ENABLE_ABC=1 requires either LINK_ABC=1 or DISABLE_SPAWN=0)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue