mirror of https://github.com/VLSIDA/OpenRAM.git
Model tests don't need layout
This commit is contained in:
parent
c5568e86fe
commit
8c601ce939
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue