mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
RBL width is max of delay chain or bitcell load.
This commit is contained in:
@@ -70,7 +70,8 @@ class replica_bitline(design.design):
|
||||
self.rbl_offset = self.bitcell_offset
|
||||
|
||||
|
||||
self.height = self.rbl_offset.y + self.rbl.height + self.m2_pitch
|
||||
self.height = max(self.rbl_offset.y + self.rbl.height + self.m2_pitch,
|
||||
self.delay_chain_offset.y + self.delay_chain.width + self.m2_pitch)
|
||||
self.width = self.rbl_offset.x + self.bitcell.width
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user