Change test 14 to odd sizes for use in sky130.

This commit is contained in:
mrg
2020-12-08 10:32:23 -08:00
parent d542b7dd76
commit 0008de3e59
@@ -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()