3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-22 01:49:45 +00:00

Fix functional tests

This commit is contained in:
Miodrag Milanovic 2026-05-19 14:42:08 +02:00
parent 15e09163cd
commit 2b3f4c37f5
2 changed files with 5 additions and 2 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_SMTBMC ?= $(BUILD_DIR)/yosys-smtbmc
YOSYS_MAX_THREADS ?= 4
export YOSYS
export YOSYS_CONFIG
export YOSYS_SMTBMC
export ABC
export YOSYS_MAX_THREADS