mirror of https://github.com/VLSIDA/OpenRAM.git
Merge remote-tracking branch 'origin/dev' into multiport
This commit is contained in:
commit
67dbb4893e
|
|
@ -11,7 +11,7 @@ import globals
|
||||||
from globals import OPTS
|
from globals import OPTS
|
||||||
import debug
|
import debug
|
||||||
|
|
||||||
#@unittest.skip("SKIPPING 22_psram_1bank_4mux_func_test")
|
@unittest.skip("SKIPPING 22_psram_1bank_4mux_func_test")
|
||||||
class psram_1bank_4mux_func_test(openram_test):
|
class psram_1bank_4mux_func_test(openram_test):
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import globals
|
||||||
from globals import OPTS
|
from globals import OPTS
|
||||||
import debug
|
import debug
|
||||||
|
|
||||||
#@unittest.skip("SKIPPING 22_sram_1bank_4mux_func_test")
|
@unittest.skip("SKIPPING 22_sram_1bank_4mux_func_test")
|
||||||
class sram_1bank_4mux_func_test(openram_test):
|
class sram_1bank_4mux_func_test(openram_test):
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import globals
|
||||||
from globals import OPTS
|
from globals import OPTS
|
||||||
import debug
|
import debug
|
||||||
|
|
||||||
#@unittest.skip("SKIPPING 22_sram_1bank_8mux_func_test")
|
@unittest.skip("SKIPPING 22_sram_1bank_8mux_func_test")
|
||||||
class sram_1bank_8mux_func_test(openram_test):
|
class sram_1bank_8mux_func_test(openram_test):
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue