We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b1f36c + 4f5b794 commit 73d5223Copy full SHA for 73d5223
flow/scripts/variables.mk
@@ -31,10 +31,10 @@ export TEST_DIR ?= $(FLOW_HOME)/test
31
PUBLIC=nangate45 sky130hd sky130hs asap7 ihp-sg13g2 gf180
32
33
ifeq ($(origin PLATFORM), undefined)
34
- $(error PLATFORM variable net set.)
+ $(error PLATFORM variable not set.)
35
endif
36
ifeq ($(origin DESIGN_NAME), undefined)
37
- $(error DESIGN_NAME variable net set.)
+ $(error DESIGN_NAME variable not set.)
38
39
40
ifneq ($(PLATFORM_DIR),)
0 commit comments