From 4d6e836b202abf8af03e8b8c23f6c90d3e927d53 Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Sat, 29 Jul 2023 17:43:09 -0700 Subject: [PATCH] revert bitcell test numbers --- compiler/tests/05_bitcell_array_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/05_bitcell_array_test.py b/compiler/tests/05_bitcell_array_test.py index 872986a7..a92d3653 100755 --- a/compiler/tests/05_bitcell_array_test.py +++ b/compiler/tests/05_bitcell_array_test.py @@ -31,7 +31,7 @@ class array_test(openram_test): num_spare_rows = 0 num_spare_cols = 0 - a = factory.create(module_type="bitcell_array", cols=4 + num_spare_cols, rows=2 + num_spare_rows) + a = factory.create(module_type="bitcell_array", cols=8 + num_spare_cols, rows=8 + num_spare_rows) self.local_check(a) openram.end_openram()