deleting code added in error to pbitcell_array_test during previous commit

This commit is contained in:
Michael Timothy Grimes 2018-07-12 23:55:54 -07:00
parent ba43b986ae
commit 2388ddbfb0
1 changed files with 0 additions and 2 deletions

View File

@ -49,9 +49,7 @@ class pbitcell_array_test(openram_test):
a = bitcell_array.bitcell_array(name="pbitcell_array", cols=4, rows=4)
self.local_check(a)
OPTS.check_lvsdrc = True
globals.end_openram()
OPTS.bitcell = "bitcell"
# instantiate a copy of the class to actually run the test
if __name__ == "__main__":