Rename precharge test

This commit is contained in:
mrg 2020-06-03 16:39:46 -07:00
parent 3927c62e32
commit 77c95b28da
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from globals import OPTS
from sram_factory import factory from sram_factory import factory
import debug import debug
class precharge_test(openram_test): class precharge_1rw_1r_test(openram_test):
def runTest(self): def runTest(self):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME")) config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))