mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-28 21:06:33 +00:00
Merge pull request #5913 from YosysHQ/abcexternal
Putting back some Makefile.conf
This commit is contained in:
commit
1801abf30a
1 changed files with 7 additions and 0 deletions
|
|
@ -1,9 +1,16 @@
|
|||
ROOT_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
BUILD_DIR ?= $(ROOT_DIR)/..
|
||||
ifneq ($(wildcard $(ROOT_DIR)/../Makefile.conf),)
|
||||
include $(ROOT_DIR)/../Makefile.conf
|
||||
endif
|
||||
|
||||
SBY ?= sby
|
||||
YOSYS ?= $(BUILD_DIR)/yosys
|
||||
ifneq ($(ABCEXTERNAL),)
|
||||
ABC ?= $(ABCEXTERNAL)
|
||||
else
|
||||
ABC ?= $(BUILD_DIR)/yosys-abc
|
||||
endif
|
||||
YOSYS_FILTERLIB ?= $(BUILD_DIR)/yosys-filterlib
|
||||
YOSYS_CONFIG ?= $(BUILD_DIR)/yosys-config
|
||||
YOSYS_SMTBMC ?= $(BUILD_DIR)/yosys-smtbmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue