Enable all the 1bank tests. Mostly work in SCMOS.

This commit is contained in:
Matt Guthaus 2018-10-24 17:01:00 -07:00
parent 88f43cc754
commit b1f3bd97e5
4 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import globals
from globals import OPTS
import debug
@unittest.skip("SKIPPING 20_sram_1bank_2mux_test")
#@unittest.skip("SKIPPING 20_sram_1bank_2mux_test")
class sram_1bank_2mux_test(openram_test):
def runTest(self):

View File

@ -11,7 +11,7 @@ import globals
from globals import OPTS
import debug
@unittest.skip("SKIPPING 20_sram_1bank_2mux_test")
#@unittest.skip("SKIPPING 20_sram_1bank_4mux_test")
class sram_1bank_4mux_test(openram_test):
def runTest(self):

View File

@ -11,7 +11,7 @@ import globals
from globals import OPTS
import debug
@unittest.skip("SKIPPING 20_sram_1bank_8mux_test")
#@unittest.skip("SKIPPING 20_sram_1bank_8mux_test")
class sram_1bank_8mux_test(openram_test):
def runTest(self):

View File

@ -11,7 +11,8 @@ import globals
from globals import OPTS
import debug
class sram_1bank_test(openram_test):
#@unittest.skip("SKIPPING 20_sram_1bank_nomux_test")
class sram_1bank_nomux_test(openram_test):
def runTest(self):
globals.init_openram("config_20_{0}".format(OPTS.tech_name))