added gf180mcu as the test tech target

This commit is contained in:
Hadir Khan
2023-10-31 23:24:21 -07:00
committed by SWalker
parent 8a5b0b4898
commit 81b62ab13b
+2 -1
View File
@@ -4,7 +4,8 @@ include $(TOP_DIR)/openram.mk
.DEFAULT_GOAL := all
ARGS ?=
TECHS ?= scn4m_subm freepdk45 sky130
TEST_TECHS ?= scn4m_subm freepdk45
TECHS ?= scn4m_subm freepdk45 sky130 gf180mcu
TEST_DIR = $(TOP_DIR)/compiler/tests
TEST_SRCS = $(sort $(notdir $(wildcard $(TEST_DIR)/*_test.py)))