From 0008de3e593eae922492109cc092bd78998bd145 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 8 Dec 2020 10:32:23 -0800 Subject: [PATCH] Change test 14 to odd sizes for use in sky130. --- compiler/tests/14_replica_bitcell_array_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/14_replica_bitcell_array_test.py b/compiler/tests/14_replica_bitcell_array_test.py index 98ee0a43..c06819c4 100755 --- a/compiler/tests/14_replica_bitcell_array_test.py +++ b/compiler/tests/14_replica_bitcell_array_test.py @@ -25,7 +25,7 @@ class replica_bitcell_array_test(openram_test): factory.reset() debug.info(2, "Testing 4x4 array for bitcell") - a = factory.create(module_type="replica_bitcell_array", cols=4, rows=4, rbl=[1, 0]) + a = factory.create(module_type="replica_bitcell_array", cols=7, rows=5, rbl=[1, 0]) self.local_check(a) globals.end_openram()