From 580b0601b5d637ec2ff06919350972c3536bf251 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 9 Jun 2020 16:04:39 -0700 Subject: [PATCH] Unskip 20_psram_1bank_4mux_1rw_1r_test --- compiler/tests/20_psram_1bank_4mux_1rw_1r_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/tests/20_psram_1bank_4mux_1rw_1r_test.py b/compiler/tests/20_psram_1bank_4mux_1rw_1r_test.py index 145d1723..ecbd0863 100755 --- a/compiler/tests/20_psram_1bank_4mux_1rw_1r_test.py +++ b/compiler/tests/20_psram_1bank_4mux_1rw_1r_test.py @@ -15,7 +15,6 @@ from globals import OPTS from sram_factory import factory import debug -@unittest.skip("SKIPPING 20_psram_1bank_4mux_1rw_1r_test - Matt sucks, don't do this") class psram_1bank_4mux_1rw_1r_test(openram_test): def runTest(self):