mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-06 09:18:34 +02:00
Skip model tests for now
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user