mirror of https://github.com/VLSIDA/OpenRAM.git
Skip model tests for now
This commit is contained in:
parent
c8c4d05bba
commit
d5419f99f6
|
|
@ -14,7 +14,8 @@ import globals
|
|||
from globals import OPTS
|
||||
import debug
|
||||
|
||||
class model_corners_lib_test(openram_test):
|
||||
@unittest.skip("SKIPPING 23_lib_sram_model_corners_test")
|
||||
class lib_model_corners_lib_test(openram_test):
|
||||
|
||||
def runTest(self):
|
||||
globals.init_openram("config_{0}".format(OPTS.tech_name))
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ import globals
|
|||
from globals import OPTS
|
||||
import debug
|
||||
|
||||
class lib_test(openram_test):
|
||||
@unittest.skip("SKIPPING 23_lib_sram_model_test")
|
||||
class lib_sram_model_test(openram_test):
|
||||
|
||||
def runTest(self):
|
||||
globals.init_openram("config_{0}".format(OPTS.tech_name))
|
||||
|
|
|
|||
Loading…
Reference in New Issue