added gf180mcu as the test tech target

This commit is contained in:
Hadir Khan 2023-03-13 13:40:19 -07:00 committed by SWalker
parent 8a5b0b4898
commit 81b62ab13b
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ include $(TOP_DIR)/openram.mk
.DEFAULT_GOAL := all .DEFAULT_GOAL := all
ARGS ?= ARGS ?=
TECHS ?= scn4m_subm freepdk45 sky130 TEST_TECHS ?= scn4m_subm freepdk45
TECHS ?= scn4m_subm freepdk45 sky130 gf180mcu
TEST_DIR = $(TOP_DIR)/compiler/tests TEST_DIR = $(TOP_DIR)/compiler/tests
TEST_SRCS = $(sort $(notdir $(wildcard $(TEST_DIR)/*_test.py))) TEST_SRCS = $(sort $(notdir $(wildcard $(TEST_DIR)/*_test.py)))