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