updated pbitcell test names

This commit is contained in:
Joey Kunzler
2020-04-21 17:20:29 -07:00
parent 3d4a40b338
commit 60ba2c1aa5
12 changed files with 18 additions and 18 deletions
@@ -15,7 +15,7 @@ from globals import OPTS
from sram_factory import factory
import debug
class hierarchical_decoder_test(openram_test):
class hierarchical_decoder_pbitcell_test(openram_test):
def runTest(self):
config_file = "{}/tests/configs/config".format(os.getenv("OPENRAM_HOME"))
@@ -64,7 +64,7 @@ class hierarchical_decoder_test(openram_test):
self.local_check(a)
globals.end_openram()
# run the test from the command line
if __name__ == "__main__":
(OPTS, args) = globals.parse_args()