Skip to content

Commit 73d5223

Browse files
authored
Merge pull request The-OpenROAD-Project#3199 from Faholan/jet-set
Fix jet set typo
2 parents 9b1f36c + 4f5b794 commit 73d5223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/variables.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export TEST_DIR ?= $(FLOW_HOME)/test
3131
PUBLIC=nangate45 sky130hd sky130hs asap7 ihp-sg13g2 gf180
3232

3333
ifeq ($(origin PLATFORM), undefined)
34-
$(error PLATFORM variable net set.)
34+
$(error PLATFORM variable not set.)
3535
endif
3636
ifeq ($(origin DESIGN_NAME), undefined)
37-
$(error DESIGN_NAME variable net set.)
37+
$(error DESIGN_NAME variable not set.)
3838
endif
3939

4040
ifneq ($(PLATFORM_DIR),)

0 commit comments

Comments
 (0)