From 32099646cf6a9d6a698a664f56177f70ac819f72 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 29 Jun 2018 12:45:26 -0700 Subject: [PATCH] Add back fix to revert bitcell from pbitcell. --- compiler/tests/05_pbitcell_array_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tests/05_pbitcell_array_test.py b/compiler/tests/05_pbitcell_array_test.py index 058548c8..2dfed383 100755 --- a/compiler/tests/05_pbitcell_array_test.py +++ b/compiler/tests/05_pbitcell_array_test.py @@ -41,6 +41,7 @@ class array_multiport_test(openram_test): self.local_check(a) + OPTS.bitcell = "bitcell" OPTS.check_lvsdrc = True globals.end_openram()