removing references to nangate45 example

This commit is contained in:
nayiri-k
2022-09-28 16:20:29 -07:00
parent ca314e75e8
commit 61b8883d09
6 changed files with 5 additions and 79 deletions

View File

@@ -34,8 +34,7 @@ else
endif
ENV_YML ?= $(vlsi_dir)/env.yml
TECH_CONF ?= $(if $(filter $(tech_name),nangate45), example-nangate45.yml,\
$(if $(filter $(tech_name),asap7), example-asap7.yml,\
TECH_CONF ?= $(if $(filter $(tech_name),asap7), example-asap7.yml,\
example-sky130.yml))
TOOLS_CONF ?= example-tools.yml
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF)