mirror of https://github.com/VLSIDA/OpenRAM.git
Skip multibank for now too
This commit is contained in:
parent
22b5010734
commit
3f2b7b837d
|
|
@ -11,6 +11,7 @@ import globals
|
||||||
from globals import OPTS
|
from globals import OPTS
|
||||||
import debug
|
import debug
|
||||||
|
|
||||||
|
@unittest.skip("SKIPPING 19_multi_bank_test")
|
||||||
class multi_bank_test(openram_test):
|
class multi_bank_test(openram_test):
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue