mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-31 18:25:18 +02:00
fix placement bug for cap cells including wrong height from replica array
This commit is contained in:
@@ -255,7 +255,7 @@ class replica_bitcell_array(bitcell_base_array):
|
||||
|
||||
self.route_supplies()
|
||||
|
||||
self.height = (len(self.rbls) + self.row_size) * self.cell.height
|
||||
self.height = (len(self.rbl) + self.row_size) * self.cell.height
|
||||
self.width = (len(self.rbls) + self.column_size) * self.cell.width
|
||||
|
||||
self.add_boundary()
|
||||
|
||||
Reference in New Issue
Block a user