Skip to content

Commit e5d77ac

Browse files
authored
Merge pull request #654 from The-OpenROAD-Project-staging/gf180-priv
add gf180 optional include for proprietary tool enablements
2 parents 2fda96e + d3fc4e7 commit e5d77ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/platforms/gf180/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,7 @@ export TC_TEMPERATURE = 25c
157157
export TEMPERATURE = $($(CORNER)_TEMPERATURE)
158158
export LIB_FILES = $($(CORNER)_LIB_FILES) \
159159
$(ADDITIONAL_LIBS)
160+
161+
# For proprietary tool enablements that are not public
162+
export GF180_PRIVATE_DIR ?= ../../gf180-private
163+
-include $(GF180_PRIVATE_DIR)/private.mk

0 commit comments

Comments
 (0)