mirror of https://github.com/VLSIDA/OpenRAM.git
changing pbitcell tests to revert OPTS.bitcell to bitcell after tests
This commit is contained in:
parent
d7a024b8fc
commit
721f935d66
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__":
|
||||
|
|
|
|||
Loading…
Reference in New Issue