From 76e5389c3384a8221475b5fd5e04136b991d12a2 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 25 Jun 2020 17:43:17 -0700 Subject: [PATCH] Change riscv func test name --- compiler/tests/50_riscv_func_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/tests/50_riscv_func_test.py b/compiler/tests/50_riscv_func_test.py index 38756496..bb4cd6b0 100755 --- a/compiler/tests/50_riscv_func_test.py +++ b/compiler/tests/50_riscv_func_test.py @@ -15,8 +15,7 @@ from globals import OPTS from sram_factory import factory import debug -#@unittest.skip("SKIPPING 22_sram_1rw_1r_1bank_nomux_func_test") -class psram_1bank_nomux_func_test(openram_test): +class riscv_func_test(openram_test): def runTest(self): config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))