mirror of https://github.com/VLSIDA/OpenRAM.git
Change test 14 to odd sizes for use in sky130.
This commit is contained in:
parent
d542b7dd76
commit
0008de3e59
|
|
@ -25,7 +25,7 @@ class replica_bitcell_array_test(openram_test):
|
||||||
|
|
||||||
factory.reset()
|
factory.reset()
|
||||||
debug.info(2, "Testing 4x4 array for bitcell")
|
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)
|
self.local_check(a)
|
||||||
|
|
||||||
globals.end_openram()
|
globals.end_openram()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue