mirror of https://github.com/VLSIDA/OpenRAM.git
Skip tri gate array test
This commit is contained in:
parent
844b850b74
commit
6e12d4d46c
|
|
@ -15,6 +15,8 @@ from globals import OPTS
|
||||||
from sram_factory import factory
|
from sram_factory import factory
|
||||||
import debug
|
import debug
|
||||||
|
|
||||||
|
|
||||||
|
@unittest.skip("SKIPPING 12_tri_gate_array_test")
|
||||||
class tri_gate_array_test(openram_test):
|
class tri_gate_array_test(openram_test):
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue