Model tests don't need layout

This commit is contained in:
Matt Guthaus 2019-09-04 16:06:12 -07:00
parent c5568e86fe
commit 8c601ce939
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ class lib_model_corners_lib_test(openram_test):
def runTest(self):
globals.init_openram("config_{0}".format(OPTS.tech_name))
OPTS.netlist_only = True
from characterizer import lib
from sram import sram

View File

@ -19,7 +19,8 @@ class lib_sram_model_test(openram_test):
def runTest(self):
globals.init_openram("config_{0}".format(OPTS.tech_name))
OPTS.netlist_only = True
from characterizer import lib
from sram import sram
from sram_config import sram_config