3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-10 02:47:17 +00:00

Expose SBY binary location

This commit is contained in:
Miodrag Milanovic 2026-05-19 16:08:21 +02:00
parent 07924a3c62
commit 4c8e61a52b
2 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,7 @@
ROOT_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
BUILD_DIR ?= $(ROOT_DIR)/..
SBY ?= sby
YOSYS ?= $(BUILD_DIR)/yosys
ABC ?= $(BUILD_DIR)/yosys-abc
YOSYS_FILTERLIB ?= $(BUILD_DIR)/yosys-filterlib
@ -12,6 +13,7 @@ export YOSYS
export YOSYS_CONFIG
export YOSYS_SMTBMC
export ABC
export SBY
export YOSYS_MAX_THREADS
all: