From e759c9350b730d3d76bb7ee2e1ecb4d58da48433 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 11 Oct 2018 10:17:50 -0700 Subject: [PATCH] Skip psram 1 bank --- compiler/tests/20_psram_1bank_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/20_psram_1bank_test.py b/compiler/tests/20_psram_1bank_test.py index 7ca2e33c..6106763c 100755 --- a/compiler/tests/20_psram_1bank_test.py +++ b/compiler/tests/20_psram_1bank_test.py @@ -11,7 +11,7 @@ import globals from globals import OPTS 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): def runTest(self):