updated gitignore and regression make to ignore gf180. Fixed issue with rom decoder routing

This commit is contained in:
SWalker
2023-10-31 23:24:21 -07:00
parent bd9ebc3300
commit 5378a308c1
4 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ include $(TOP_DIR)/openram.mk
ARGS ?=
TEST_TECHS ?= scn4m_subm freepdk45
TECHS ?= scn4m_subm freepdk45 sky130 gf180mcu
TECHS ?= scn4m_subm freepdk45 sky130
TEST_DIR = $(TOP_DIR)/compiler/tests
TEST_SRCS = $(sort $(notdir $(wildcard $(TEST_DIR)/*_test.py)))