Fix syntax error. Enable skipped test.

This commit is contained in:
Matt Guthaus
2018-12-04 17:08:22 -08:00
parent 126d4a8d10
commit e750d446dc
2 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import globals
from globals import OPTS
import debug
@unittest.skip("SKIPPING 20_psram_1bank_2mux_test, wide metal supply routing error")
#@unittest.skip("SKIPPING 20_psram_1bank_2mux_test, wide metal supply routing error")
class psram_1bank_2mux_test(openram_test):
def runTest(self):