changing pbitcell tests to revert OPTS.bitcell to bitcell after tests

This commit is contained in:
Michael Timothy Grimes 2018-06-29 12:00:36 -07:00
parent d7a024b8fc
commit 721f935d66
3 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class pbitcell_test(openram_test):
OPTS.check_lvsdrc = True
globals.end_openram()
OPTS.bitcell = "bitcell"
# instantiate a copy of the class to actually run the test

View File

@ -49,6 +49,7 @@ class pbitcell_test(openram_test):
OPTS.check_lvsdrc = True
globals.end_openram()
OPTS.bitcell = "bitcell"
# instantiate a copy of the class to actually run the test

View File

@ -43,6 +43,7 @@ class array_multiport_test(openram_test):
OPTS.check_lvsdrc = True
globals.end_openram()
OPTS.bitcell = "bitcell"
# instantiate a copy of the class to actually run the test
if __name__ == "__main__":