From 81b62ab13bbbb00e62336d4968c382220d84f1eb Mon Sep 17 00:00:00 2001 From: Hadir Khan Date: Mon, 13 Mar 2023 13:40:19 -0700 Subject: [PATCH] added gf180mcu as the test tech target --- compiler/tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/tests/Makefile b/compiler/tests/Makefile index cdef60ca..5801a850 100644 --- a/compiler/tests/Makefile +++ b/compiler/tests/Makefile @@ -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)))