mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-23 10:29:44 +00:00
Do not use Makefile.conf
This commit is contained in:
parent
c0779f488a
commit
15e09163cd
3 changed files with 2 additions and 11 deletions
|
|
@ -5,10 +5,12 @@ YOSYS ?= $(BUILD_DIR)/yosys
|
|||
ABC ?= $(BUILD_DIR)/yosys-abc
|
||||
YOSYS_FILTERLIB ?= $(BUILD_DIR)/yosys-filterlib
|
||||
YOSYS_CONFIG ?= $(BUILD_DIR)/yosys-config
|
||||
YOSYS_MAX_THREADS ?= 4
|
||||
|
||||
export YOSYS
|
||||
export YOSYS_CONFIG
|
||||
export ABC
|
||||
export YOSYS_MAX_THREADS
|
||||
|
||||
all:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue