mirror of https://github.com/VLSIDA/OpenRAM.git
added gf180mcu as the test tech target
This commit is contained in:
parent
8a5b0b4898
commit
81b62ab13b
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in New Issue