Skip phys riscv test

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

View File

@ -15,8 +15,8 @@ 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):
@unittest.skip("SKIPPING 50_riscv_phys_test")
class riscv_phys_test(openram_test):
def runTest(self):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))