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:
parent
07924a3c62
commit
4c8e61a52b
2 changed files with 7 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue