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
1 changed files with 1 additions and 1 deletions

View File

@ -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()