Skip psram 1 bank

This commit is contained in:
Matt Guthaus 2018-10-11 10:17:50 -07:00
parent a094db9077
commit e759c9350b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import globals
from globals import OPTS from globals import OPTS
import debug import debug
#@unittest.skip("SKIPPING 20_psram_1bank_test, multiport layout not complete") @unittest.skip("SKIPPING 20_psram_1bank_test, multiport layout not complete")
class sram_1bank_test(openram_test): class sram_1bank_test(openram_test):
def runTest(self): def runTest(self):