mirror of https://github.com/VLSIDA/OpenRAM.git
Skip local bitcell array test
This commit is contained in:
parent
50525e70f4
commit
797c41c750
|
|
@ -15,7 +15,7 @@ from sram_factory import factory
|
||||||
import debug
|
import debug
|
||||||
|
|
||||||
|
|
||||||
#@unittest.skip("SKIPPING 05_local_bitcell_array_test")
|
@unittest.skip("SKIPPING 05_local_bitcell_array_test")
|
||||||
class local_bitcell_array_test(openram_test):
|
class local_bitcell_array_test(openram_test):
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue