Change riscv func test name

This commit is contained in:
mrg 2020-06-25 17:43:17 -07:00
parent 9eb1b500ea
commit 76e5389c33
1 changed files with 1 additions and 2 deletions

View File

@ -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"))