mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 11:08:01 +02:00
Make global bitline only as wide as needed rather than whole array
This commit is contained in:
@@ -213,8 +213,8 @@ class local_bitcell_array(bitcell_base_array.bitcell_base_array):
|
||||
|
||||
self.add_layout_pin_segment_center(text=wl_name,
|
||||
layer="m3",
|
||||
start=vector(0, y_offset),
|
||||
end=vector(self.width, y_offset))
|
||||
start=vector(self.wl_insts[port].lx(), y_offset),
|
||||
end=vector(self.wl_insts[port].lx() + self.wl_array.width, y_offset))
|
||||
|
||||
mid = vector(in_pin.cx(), y_offset)
|
||||
self.add_path("m2", [in_pin.center(), mid])
|
||||
|
||||
Reference in New Issue
Block a user