mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-04 16:51:40 +02:00
dual port rba lvs clean again with cell library changes
This commit is contained in:
@@ -20,7 +20,7 @@ class capped_replica_bitcell_array(bitcell_base_array):
|
||||
sides of a bitcell array.
|
||||
"""
|
||||
def __init__(self, rows, cols, rbl=None, left_rbl=None, right_rbl=None, name=""):
|
||||
super().__init__(name, rows, cols, column_offset=0)
|
||||
super().__init__(name, rows, cols, column_offset=0, row_offset=0)
|
||||
debug.info(1, "Creating {0} {1} x {2} rbls: {3} left_rbl: {4} right_rbl: {5}".format(self.name,
|
||||
rows,
|
||||
cols,
|
||||
|
||||
Reference in New Issue
Block a user