mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Missing gap in port 1 col decoder
This commit is contained in:
@@ -295,7 +295,7 @@ class bank(design.design):
|
||||
# Above the bitcell array with a well spacing
|
||||
x_offset = self.bitcell_array.width + self.central_bus_width[port] + self.wordline_driver.width + 0.5*self.row_decoder.width
|
||||
if self.col_addr_size > 0:
|
||||
y_offset = self.bitcell_array.height + self.column_decoder.height
|
||||
y_offset = self.bitcell_array.height + self.column_decoder.height + self.m2_gap
|
||||
else:
|
||||
y_offset = self.bitcell_array.height
|
||||
y_offset += 2*drc("well_to_well")
|
||||
|
||||
Reference in New Issue
Block a user