File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ SHELL := /usr/bin/env bash
146146# location
147147# - default is current install / clone directory
148148ifeq ($(origin FLOW_HOME ) , undefined)
149- FLOW_HOME := $(abspath $(dir $(firstword $(MAKEFILE_LIST ) ) ) )
149+ FLOW_HOME := $(abspath $(dir $(firstword $(MAKEFILE_LIST ) ) ) )
150150endif
151151export FLOW_HOME
152152
Original file line number Diff line number Diff line change 33# lazy evaluation, conditional code, include statements,
44# etc.
55
6- # Setup variables to point to root / head of the OpenROAD directory
7- # - the following settings allowed user to point OpenROAD binaries to different
8- # location
9- # - default is current install / clone directory
10- ifeq ($(origin FLOW_HOME ) , undefined)
11- FLOW_HOME := $(abspath $(dir $(firstword $(MAKEFILE_LIST ) ) ) /..)
12- endif
13- export FLOW_HOME
14-
156export DESIGN_NICKNAME? =$(DESIGN_NAME )
167
178# -------------------------------------------------------------------------------
@@ -21,7 +12,6 @@ export DESIGN_NICKNAME?=$(DESIGN_NAME)
2112# - utils, scripts, test - default is under current directory
2213export DESIGN_HOME ?= $(FLOW_HOME ) /designs
2314export PLATFORM_HOME ?= $(FLOW_HOME ) /platforms
24- # WORK_HOME is set up in flow/Makefile
2515
2616export UTILS_DIR ?= $(FLOW_HOME ) /util
2717export SCRIPTS_DIR ?= $(FLOW_HOME ) /scripts
You can’t perform that action at this time.
0 commit comments