From 2388ddbfb02db6471b2a59ed32efe346516e96c6 Mon Sep 17 00:00:00 2001 From: Michael Timothy Grimes Date: Thu, 12 Jul 2018 23:55:54 -0700 Subject: [PATCH] deleting code added in error to pbitcell_array_test during previous commit --- compiler/tests/05_pbitcell_array_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/tests/05_pbitcell_array_test.py b/compiler/tests/05_pbitcell_array_test.py index 081c4d51..c05dbeaa 100644 --- a/compiler/tests/05_pbitcell_array_test.py +++ b/compiler/tests/05_pbitcell_array_test.py @@ -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__":