Re-enable replica tests

This commit is contained in:
Matt Guthaus 2019-07-03 14:57:47 -07:00
parent 9204f85bb0
commit f914ab0ece
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ from globals import OPTS
from sram_factory import factory
import debug
@unittest.skip("SKIPPING 05_dummy_array_test")
class dummy_row_test(openram_test):
def runTest(self):

View File

@ -13,7 +13,6 @@ from globals import OPTS
from sram_factory import factory
import debug
@unittest.skip("SKIPPING 05_replica_bitcell_array_test")
class replica_bitcell_array_test(openram_test):
def runTest(self):

View File

@ -13,7 +13,6 @@ from globals import OPTS
from sram_factory import factory
import debug
@unittest.skip("SKIPPING 05_replica_column_test")
class replica_column_test(openram_test):
def runTest(self):