3
0
Fork 0
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:
Miodrag Milanovic 2026-05-19 14:29:06 +02:00
parent c0779f488a
commit 15e09163cd
3 changed files with 2 additions and 11 deletions

View file

@ -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: