mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 16:31:08 +02:00
added gf180mcu as the test tech target
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user