mirror of https://github.com/VLSIDA/OpenRAM.git
Rename precharge test
This commit is contained in:
parent
3927c62e32
commit
77c95b28da
|
|
@ -15,7 +15,7 @@ from globals import OPTS
|
|||
from sram_factory import factory
|
||||
import debug
|
||||
|
||||
class precharge_test(openram_test):
|
||||
class precharge_1rw_1r_test(openram_test):
|
||||
|
||||
def runTest(self):
|
||||
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue